mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix docker-compose (#2388)
* deps target is not used anymore * use nginx instead of npm run start
This commit is contained in:
parent
a267fc85b4
commit
db5acff860
1 changed files with 1 additions and 3 deletions
|
@ -6,12 +6,10 @@ services:
|
|||
context: .
|
||||
args:
|
||||
- NODE_ENV=development
|
||||
target: deps
|
||||
container_name: excalidraw
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "3000:80"
|
||||
restart: on-failure
|
||||
command: npm run start
|
||||
stdin_open: true
|
||||
healthcheck:
|
||||
disable: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue