Skip to content

Commit

Permalink
add compiled_hooks to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
strangeman committed Oct 20, 2018
1 parent 4450534 commit cbe0c5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -17,3 +17,5 @@ util/version.go
/coverage.out
/public/package-lock.json
!.gitkeep

.dredd/compiled_hooks
3 changes: 2 additions & 1 deletion deployment/docker/dev/Dockerfile
Expand Up @@ -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"]

0 comments on commit cbe0c5f

Please sign in to comment.