Skip to content

Commit

Permalink
Add secure connection to DB
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien CAFFET committed Jul 15, 2024
1 parent 6688ee4 commit 2d67fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN addgroup -S nuklai && adduser -S nuklai -G nuklai
COPY --from=builder --chown=nuklai /go/src/app/build /app
USER nuklai
RUN chmod a+x /app/startup.sh
ENTRYPOINT [ "bash", /app/startup.sh" ]
ENTRYPOINT [ "bash", "/app/startup.sh" ]
RUN ls -la
LABEL Name=faucetrpc
EXPOSE 10591
Expand Down

0 comments on commit 2d67fac

Please sign in to comment.