Fix docker-compose (#2388)

* deps target is not used anymore

* use nginx instead of npm run start
This commit is contained in:
Adonis Najimi 2020-11-22 16:59:17 +01:00 committed by GitHub
parent a267fc85b4
commit db5acff860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,12 +6,10 @@ services:
context: . context: .
args: args:
- NODE_ENV=development - NODE_ENV=development
target: deps
container_name: excalidraw container_name: excalidraw
ports: ports:
- "3000:3000" - "3000:80"
restart: on-failure restart: on-failure
command: npm run start
stdin_open: true stdin_open: true
healthcheck: healthcheck:
disable: true disable: true