Skip to content

Commit

Permalink
fix: not pass dav
Browse files Browse the repository at this point in the history
Signed-off-by: 117503445 <[email protected]>
  • Loading branch information
117503445 committed Feb 19, 2024
1 parent ecaf77f commit 1c42894
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,4 +8,4 @@ RUN CGO_ENABLED=0 go build -o app
FROM gcr.io/distroless/static-debian12 as prod
WORKDIR /workspace
COPY --from=build /workspace/app app
ENTRYPOINT [ "./app", "--dav=$dav" ]
ENTRYPOINT [ "./app"]

0 comments on commit 1c42894

Please sign in to comment.