refactor: multistage builds (#955)

This commit is contained in:
Jason Rasmussen 2022-11-10 23:22:17 -05:00 committed by GitHub
parent 739bed737e
commit 2e4c005ad9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 10 deletions

View file

@ -7,7 +7,7 @@ services:
context: ../server
dockerfile: Dockerfile
target: builder
command: npm ci && npm run test:e2e
command: npm run test:e2e
expose:
- '3000'
volumes: