Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccollum-woolpert committed Jan 30, 2024
1 parent eef40c7 commit d23df8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN npm install -g json-merger && \

COPY frontend/ .
ARG configuration=production
RUN npm run build -- --outputPath=./dist/out --configuration $configuration
RUN npm run build -- --output-path=./dist/out --configuration $configuration

# build backend
FROM node:16-alpine
Expand Down

0 comments on commit d23df8a

Please sign in to comment.