Instalación desde imagen

This commit is contained in:
2026-03-23 16:38:19 +01:00
parent ebd672c7d5
commit d7dddc7170
3 changed files with 4 additions and 9 deletions

View File

@@ -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: