Skip to content

Commit

Permalink
Remove workaround; fixed in #3
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-c committed Jul 12, 2022
1 parent 80c6de1 commit ce7309c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ ENV PATH=/opt/node/node_modules/.bin/:$PATH
COPY --chown=node:node . /opt/node/app
WORKDIR /opt/node/app

# create-react-app does not support relative imports (see issues/2)
CMD ln --symbolic --force /opt/node/node_modules && npm start
CMD ["npm", "start"]

0 comments on commit ce7309c

Please sign in to comment.