Skip to content

Commit dcf24d9

Browse files
4 email test
1 parent ab1977c commit dcf24d9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Container image that runs your code
2-
FROM dawidd6/action-send-mail:v3.7.1
2+
FROM alpine:3.10
33

44
# Copies your code file from your action repository to the filesystem path `/` of the container
5-
#COPY entrypoint.sh /entrypoint.sh
6-
#
7-
#RUN chmod +x /entrypoint.sh
8-
#
9-
## Code file to execute when the docker container starts up (`entrypoint.sh`)
10-
#ENTRYPOINT ["/entrypoint.sh"]
5+
COPY entrypoint.sh /entrypoint.sh
6+
7+
RUN chmod +x /entrypoint.sh
8+
9+
# Code file to execute when the docker container starts up (`entrypoint.sh`)
10+
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)