Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ FROM base
WORKDIR /app
RUN chown node:node /app
COPY --from=build --chown=node:node /app/node_modules node_modules
ADD --chown=node:node . /app
COPY --chown=node:node . /app
USER node

CMD ["npm", "run", "dev"]

0 comments on commit 860d0f6

Please # to comment.