add compiled_hooks to gitignore

This commit is contained in:
Anton Markelov 2018-10-20 21:56:32 +10:00
parent 4450534423
commit cbe0c5ffc8
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@ -17,3 +17,5 @@ util/version.go
/coverage.out
/public/package-lock.json
!.gitkeep
.dredd/compiled_hooks

View File

@ -29,6 +29,7 @@ WORKDIR ${APP_ROOT}
COPY . ${APP_ROOT}
RUN deployment/docker/dev/bin/install
USER 1002
USER 1000
EXPOSE 3000
CMD ["task", "watch"]