Skip to content

Commit

Permalink
Use CMD on Dockerfile so Exec options are parsed
Browse files Browse the repository at this point in the history
  • Loading branch information
itsByte committed Dec 17, 2023
1 parent 217c2d3 commit 63b2a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ RUN go build -ldflags="-w -s" -o /app/markovbotgo
FROM docker.io/alpine:latest
COPY --from=builder /app/markovbotgo /app/markovbotgo
WORKDIR /app
ENTRYPOINT [ "/app/markovbotgo" ]
CMD [ "/app/markovbotgo" ]

0 comments on commit 63b2a22

Please sign in to comment.