Instalación desde imagen
This commit is contained in:
@@ -16,13 +16,6 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
PORT: "${PORT:-3000}"
|
||||
develop:
|
||||
watch:
|
||||
- path: ./src
|
||||
action: sync
|
||||
target: /usr/local/app/packages
|
||||
- path: ./package.json
|
||||
action: rebuild
|
||||
ports:
|
||||
- ${PORT}:${PORT}
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user