Skip to content

Commit

Permalink
Just build, don't run
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaether committed Sep 4, 2019
1 parent 9b9ed2f commit e954629
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dockerfiles/bot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ COPY . /bot
RUN apk add --no-cache make gcc g++ python3 ; \
npm install --production --silent ; \
apk del make gcc g++ python3
RUN npm run bot
1 change: 0 additions & 1 deletion dockerfiles/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ COPY . /server
RUN apk add --no-cache make gcc g++ python3 ; \
npm install --production --silent ; \
apk del make gcc g++ python3
RUN npm run backend

0 comments on commit e954629

Please sign in to comment.