Browse Source

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

Alex Tran 3 years ago
parent
commit
d078367c04
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/docker-compose.yml

+ 1 - 1
server/docker-compose.yml

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