Skip to content

Commit

Permalink
Refs #126363 removed mkdir of addons, to be added by yarn develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Jan 20, 2021
1 parent 8305807 commit 71778cc
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,15 +12,15 @@ RUN chown -R node /opt/frontend/
WORKDIR /opt/frontend/
USER node

RUN mkdir -p /opt/frontend/src/addons
USER root
RUN npm install -g mrs-developer
VOLUME ./src/addons

USER node
RUN RAZZLE_API_PATH=VOLTO_API_PATH RAZZLE_INTERNAL_API_PATH=VOLTO_INTERNAL_API_PATH yarn \
&& RAZZLE_API_PATH=VOLTO_API_PATH RAZZLE_INTERNAL_API_PATH=VOLTO_INTERNAL_API_PATH yarn develop

VOLUME ./src/addons

EXPOSE 3000 3001 4000 4001

CMD ["yarn", "start"]

0 comments on commit 71778cc

Please sign in to comment.