Skip to content

Commit

Permalink
changed dockerfile for nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
Suryansh5545 committed Aug 5, 2023
1 parent 317a463 commit b88ec7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/prod/nodejs_v1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /code
ADD frontend/package.json frontend/yarn.lock /code/
RUN yarn install
ENV PATH="/code/node_modules/.bin:$PATH"

COPY frontend/ /code
RUN ng build --configuration=${NODE_ENV}

FROM nginx:1.25.1-alpine
Expand Down

0 comments on commit b88ec7c

Please sign in to comment.