Skip to content

Commit

Permalink
Refactor environment variable declarations in Dockerfile for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Feb 21, 2025
1 parent 8a3ae05 commit 9e62f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ruby:3.4.2-alpine

ENV APP_ROOT /usr/src/app
ENV DATABASE_PORT 5432
ENV APP_ROOT=/usr/src/app
ENV DATABASE_PORT=5432
WORKDIR $APP_ROOT

# * Setup system
Expand Down

0 comments on commit 9e62f28

Please sign in to comment.