Skip to content
Snippets Groups Projects
Verified Commit 613ca27b authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix: correct cmd/entrypoint confusion

parent 9405fc9a
No related branches found
No related tags found
No related merge requests found
Pipeline #2876 canceled
FROM alpine:3.15
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
CMD ["/entrypoint.sh"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment