This commit is contained in:
Andros Fenollosa 2023-07-05 15:29:32 +02:00
parent 24e016fdad
commit 4b73e40b41

View File

@ -79,13 +79,13 @@ services:
expose: expose:
- 1025 - 1025
gulp: gulp:
build: build:
context: ./ context: ./
dockerfile: Dockerfile.gulp dockerfile: ./Dockerfiles/gulp/Dockerfile
container_name: ${PROJECT_NAME}-gulp container_name: ${PROJECT_NAME}-gulp
entrypoint: gulp entrypoint: gulp
restart: "no" restart: "no"
volumes: volumes:
- .:/usr/src/app/ - .:/usr/src/app/
- /usr/src/app/node_modules