Fixed e2e container stage

This commit is contained in:
Alex 2022-08-20 22:37:55 -07:00
parent 10ef3509dd
commit da9aed5c11
No known key found for this signature in database
GPG Key ID: 53CD082B3A5E1082

View File

@ -6,6 +6,7 @@ services:
build:
context: ../server
dockerfile: Dockerfile
target: builder
command: npm run test:e2e
expose:
- "3000"