Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored May 19, 2023
1 parent 2ccc3df commit d6dec57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ADD . /src
WORKDIR /src
RUN npm install
RUN npm run build
RUN npm run build:ui
#RUN npm run build:ui

FROM node:16-slim

Expand All @@ -21,4 +21,4 @@ COPY --from=0 /src/dist ./dist
COPY --from=0 /src/package.json ./
RUN npm install --omit=dev

ENTRYPOINT [ "npm", "start" ]
ENTRYPOINT [ "npm", "start" ]

0 comments on commit d6dec57

Please sign in to comment.