Skip to content

Commit

Permalink
updates dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Antonelli committed Aug 9, 2024
1 parent f58d5b2 commit 9de8ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/staging/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ WORKDIR /app
COPY --from=deps /app/node_modules ./node_modules
COPY . .
# This will do the trick, use the corresponding env file for each environment.
COPY .env.staging.example .env.production
# COPY .env.staging.example .env.production
RUN npm run build

# 3. Production image, copy all the files and run next
Expand Down

0 comments on commit 9de8ccd

Please sign in to comment.