Skip to content

Commit

Permalink
ci(env): fix env name
Browse files Browse the repository at this point in the history
  • Loading branch information
anteqkois committed May 19, 2024
1 parent 30d3232 commit 5375a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /app/builder

# Copy the correct environment file based on the build argument `ENVIRONMENT`
# COPY .env.${ENVIRONMENT} ./.env
COPY /app/builder/apps/web/.env.prod /app/builder/apps/web/.env
COPY /app/builder/apps/web/.env.prod-build /app/builder/apps/web/.env

RUN npx nx run web:build || echo "nx run web:build failed"

Expand Down

0 comments on commit 5375a89

Please sign in to comment.