Change to npm instead of yarn in docker image to test for build error on github action

This commit is contained in:
Alex Tran
2022-02-07 14:58:23 -06:00
parent 82beb040bc
commit 5d48de7fa9
4 changed files with 8047 additions and 6658 deletions

View File

@@ -9,7 +9,7 @@ services:
context: .
target: development
dockerfile: ./Dockerfile-minimal
command: yarn start:dev
command: npm run start:dev
ports:
- "3000:3000"
# expose: