Skip to content

Commit

Permalink
Merge branch 'deployment' into gabau/gcd
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabau committed Nov 11, 2023
2 parents 0f2de53 + bda8396 commit 1eea39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM node:18-alpine
WORKDIR /app

COPY . .
COPY /production/.env .env
COPY /production/.env.example .env

RUN \
if [ -f yarn.lock ]; then yarn --frozen-lockfile; \
Expand Down

0 comments on commit 1eea39a

Please sign in to comment.