Skip to content

Commit

Permalink
Test SHELL arg definition before usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Jul 16, 2024
1 parent 1a121e3 commit f42b119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG IMAGE=alpine:3.20
ARG SHELL=sh
FROM ${IMAGE}
ARG SHELL=sh
COPY entrypoint-${SHELL}.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit f42b119

Please sign in to comment.