Fix bug
This commit is contained in:
parent
24e016fdad
commit
4b73e40b41
@ -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
|
|
Loading…
Reference in New Issue
Block a user