Skip to content

Commit

Permalink
Update dev.dockerfile (#3955)
Browse files Browse the repository at this point in the history
  • Loading branch information
medjabir authored Sep 13, 2022
1 parent 6f05ead commit b9ba68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ WORKDIR /usr/src/app
# node:alpine comes with a configured user and group
RUN chown -R node:node /usr/src/app
# copy build from previous stage
COPY --from=build /usr/src/app .
COPY --chown=node:node --from=build /usr/src/app .
USER node
# command to run application
CMD [ "yarn", "workspace", "@magento/venia-concept", "run", "watch"]

0 comments on commit b9ba68a

Please sign in to comment.