We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a81e60 commit 157e545Copy full SHA for 157e545
Dockerfile
@@ -4,7 +4,6 @@ FROM php:cli-alpine
4
# Copies your code file from your action repository to the filesystem path `/` of the container
5
COPY entrypoint.sh /entrypoint.sh
6
COPY changelog-updater /changelog-updater
7
-# COPY vendor/bin/changelog-updater /changelog-updater
8
9
# Code file to execute when the docker container starts up (`entrypoint.sh`)
10
ENTRYPOINT ["/entrypoint.sh"]
0 commit comments