mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-27 02:52:14 +01:00
add compiled_hooks to gitignore
This commit is contained in:
parent
4450534423
commit
cbe0c5ffc8
2
.gitignore
vendored
2
.gitignore
vendored
@ -17,3 +17,5 @@ util/version.go
|
||||
/coverage.out
|
||||
/public/package-lock.json
|
||||
!.gitkeep
|
||||
|
||||
.dredd/compiled_hooks
|
@ -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"]
|
Loading…
Reference in New Issue
Block a user