change path in of target docker file in docker-compose for server

This commit is contained in:
Alex Tran 2022-02-07 15:11:59 -06:00
parent a8edc85183
commit d078367c04

View File

@ -8,7 +8,7 @@ services:
build:
context: .
target: development
dockerfile: ./Dockerfile-minimal
dockerfile: ./Dockerfile
command: npm run start:dev
ports:
- "3000:3000"