Fix bug
This commit is contained in:
parent
24e016fdad
commit
4b73e40b41
@ -79,13 +79,13 @@ services:
|
||||
expose:
|
||||
- 1025
|
||||
|
||||
|
||||
gulp:
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: Dockerfile.gulp
|
||||
dockerfile: ./Dockerfiles/gulp/Dockerfile
|
||||
container_name: ${PROJECT_NAME}-gulp
|
||||
entrypoint: gulp
|
||||
restart: "no"
|
||||
volumes:
|
||||
- .:/usr/src/app/
|
||||
- /usr/src/app/node_modules
|
Loading…
Reference in New Issue
Block a user