add custom secrets to gitignore, update entrypoint
Some checks failed
Build And Publish Docker / build-latest (push) Has been cancelled
Some checks failed
Build And Publish Docker / build-latest (push) Has been cancelled
This commit is contained in:
parent
b6e7b947d3
commit
d88c35a2e2
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.secrets
|
|
@ -35,4 +35,4 @@ COPY --from=build /usr/include/node /usr/include/node
|
|||
RUN mkdir /home/app
|
||||
WORKDIR /home/app
|
||||
|
||||
ENTRYPOINT [ "/bin/bash" ]
|
||||
ENTRYPOINT ["/bin/bash", "-l", "-c"]
|
||||
|
|
Loading…
Add table
Reference in a new issue