add custom secrets to gitignore, update entrypoint
Some checks failed
Build And Publish Docker / build-latest (push) Has been cancelled

This commit is contained in:
brooke 2024-11-06 20:36:10 -05:00
parent b6e7b947d3
commit d88c35a2e2
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.secrets

View file

@ -35,4 +35,4 @@ COPY --from=build /usr/include/node /usr/include/node
RUN mkdir /home/app RUN mkdir /home/app
WORKDIR /home/app WORKDIR /home/app
ENTRYPOINT [ "/bin/bash" ] ENTRYPOINT ["/bin/bash", "-l", "-c"]