Skip to content

Commit

Permalink
npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
nalbam committed Nov 8, 2019
1 parent d5e80c9 commit 1533f41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
mkdir target
curl -sLo target/builder.sh toast.sh/builder
bash ./target/builder.sh
npm run build
# npm run build
- persist_to_workspace:
root: ~/works
paths:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
FROM node:12-alpine
EXPOSE 3000
WORKDIR /data
# RUN npm run build
RUN npm run build
ADD . /data
CMD ["node", "server.js"]

0 comments on commit 1533f41

Please sign in to comment.