Skip to content

Commit

Permalink
Remove .env copy from app
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Douglas committed Dec 16, 2023
1 parent cca0d34 commit 79cc62e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ COPY . ./
# client package install
RUN npm install

# secrets
COPY .env .

# generate bundles from source
RUN npm run build

Expand Down

0 comments on commit 79cc62e

Please sign in to comment.