Skip to content

Commit

Permalink
fix: test new build
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitamin committed Jun 29, 2021
1 parent d4cce1b commit 0f3e5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ WORKDIR /usr/src/app
COPY . /usr/src/app/
# RUN yarn install
# RUN yarn add webpack-cli
CMD [ "yarn", "install" ]
CMD [ "yarn", "install" ]

0 comments on commit 0f3e5af

Please sign in to comment.