Skip to content

Commit 157e545

Browse files
committed
Clean up Dockerfile
1 parent 6a81e60 commit 157e545

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ FROM php:cli-alpine
44
# Copies your code file from your action repository to the filesystem path `/` of the container
55
COPY entrypoint.sh /entrypoint.sh
66
COPY changelog-updater /changelog-updater
7-
# COPY vendor/bin/changelog-updater /changelog-updater
87

98
# Code file to execute when the docker container starts up (`entrypoint.sh`)
109
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)