Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
17: rewrite sh commands in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
uqee committed Nov 23, 2017
1 parent c794ac9 commit 6f47e0b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ COPY package.json yarn.lock ./
RUN yarn install

COPY . .
RUN rm -rf ./public/monaco-editor
RUN cp -R ./node_modules/monaco-editor ./public/monaco-editor
RUN yarn build
RUN rm ./build/static/(js|css)/*.map
RUN rm ./build/static/**/*.map


# Runner
Expand Down

0 comments on commit 6f47e0b

Please sign in to comment.