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 4eedaec commit 8ab28de
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 @@ -16,7 +16,7 @@ FROM alpine:latest
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 startup.sh
RUN chmod a+x /app/startup.sh
ENTRYPOINT [ "sh", /app/startup.sh" ]
RUN ls -la
LABEL Name=faucetrpc
Expand Down

0 comments on commit 8ab28de

Please sign in to comment.