Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
orvice committed Aug 16, 2023
1 parent fd0227b commit faac986
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ RUN make build

FROM ghcr.io/orvice/go-runtime:master

LABEL org.opencontainers.image.description "DDNS"

ENV PROJECT_NAME ddns

COPY --from=builder /home/app/bin/${PROJECT_NAME} .

0 comments on commit faac986

Please sign in to comment.