Skip to content

Commit

Permalink
upd dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gertd committed Apr 24, 2024
1 parent 73e9007 commit 758b881
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#
/.dev
/.ext
/.vscode
2 changes: 1 addition & 1 deletion Dockerfile.goreleaser
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine

RUN apk add --no-cache bash ca-certificates
RUN apk add --no-cache bash

RUN mkdir /config
VOLUME ["/config"]
Expand Down

0 comments on commit 758b881

Please sign in to comment.