Skip to content

Commit

Permalink
Use CMD instead of ENTRYPOINT for alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
timofurrer committed Oct 17, 2021
1 parent 24ef22e commit 38d5eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RUN apk update \
&& apk add -U --no-cache ca-certificates
COPY --from=build /bin/docatl /bin/docatl
WORKDIR /docs
ENTRYPOINT [ "/bin/docatl" ]
CMD [ "/bin/docatl" ]

0 comments on commit 38d5eae

Please sign in to comment.