Skip to content

Commit

Permalink
build(dockerfile): fix dockerfile error for app-service
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Feb 2, 2022
1 parent 8be7403 commit d66c6c9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/app-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,5 @@ ENV LOG_LEVEL=debug
COPY --chown=node:node . /app
RUN mkdir /app/data || true
RUN chown node:node /app/data
# RUN npm i
# RUN npm run build
RUN npm run create-internal-pkg
USER node
CMD [ "sh", "/app/start.sh" ]

0 comments on commit d66c6c9

Please sign in to comment.