Skip to content

Commit

Permalink
fix(ci): disable unit tests in docker build (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisdaly authored Mar 1, 2021
1 parent 4da8311 commit f36750c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN ln -sf /dev/stdout ./logs/combined.log
RUN apk del build-dependencies
# RUN npm prune --production

RUN npm run test:unit
# Don't run unit tests here....
# RUN npm run test:unit
EXPOSE 8080
CMD ["npm", "run", "start"]

0 comments on commit f36750c

Please sign in to comment.