Skip to content

Commit

Permalink
trigger change
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <[email protected]>
  • Loading branch information
mabunixda committed Jan 10, 2024
1 parent b5c1e94 commit 932d383
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dapr-distributed-calendar/go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ RUN CGO_ENABLED=0 go build -o app .

# output container ...
FROM debian:buster-slim
WORKDIR /root/
COPY --from=builder /src/app .
COPY --from=builder /src/app /bin/app
EXPOSE 6000
CMD ["./app"]
CMD ["/bin/app"]

0 comments on commit 932d383

Please sign in to comment.