Skip to content

Commit

Permalink
Should have used entrypoint in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonnessjoen committed Aug 10, 2024
1 parent 4cbbb42 commit fcf3a0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Configure and Build in Docker

on:
push:
tags:
- 'v*'
branches:
- dockertest

env:
REGISTRY: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ RUN apt-get update && apt-get -y install gettext \
COPY --from=builder /build/ /usr/
COPY --from=builder /config /config

CMD ["/usr/bin/mactelnet"]
ENTRYPOINT ["/usr/bin/mactelnet"]

0 comments on commit fcf3a0d

Please sign in to comment.