Skip to content

Commit

Permalink
fix: lint docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
vasyl-ivanchuk committed Oct 16, 2023
1 parent 2c1204f commit 6b61d51
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ FROM development-stage AS build-stage
RUN npm run build

FROM base-stage AS production-stage

COPY --chown=node:node --from=build-stage /usr/src/app/packages/app/dist ./packages/app/dist

RUN npm i -g http-server

ARG NODE_ENV=production
Expand Down

0 comments on commit 6b61d51

Please sign in to comment.