Skip to content

Commit

Permalink
Docker: scratch -> alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
aceberg committed Sep 13, 2023
1 parent d8b9e2b commit 7679fc9
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 @@ -8,7 +8,7 @@ COPY go.sum /src/
RUN cd /src/cmd/miniboard/ && CGO_ENABLED=0 go build -o /miniboard .


FROM scratch
FROM alpine

WORKDIR /data/miniboard
WORKDIR /app
Expand Down

0 comments on commit 7679fc9

Please sign in to comment.