Skip to content

Commit

Permalink
add fix to goreleaser dockerfile (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
tigh-latte authored Sep 28, 2021
1 parent 24e62f4 commit f0cd3e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile.releaser
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ ADD data/sqlite/migrations/ /migrations
COPY --from=builder /etc/passwd /etc/passwd
COPY --from=builder /etc/group /etc/group
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt

RUN mkdir /paydb && chown -R appuser:appuser /paydb
VOLUME /paydb

USER appuser:appuser

EXPOSE 8443
Expand Down

0 comments on commit f0cd3e3

Please sign in to comment.