chore(docker): remove the working directory

This commit is contained in:
orhun
2021-06-19 20:44:28 +03:00
parent 945bac35ba
commit 09d59ce651

View File

@@ -9,7 +9,8 @@ LABEL com.github.actions.description="Generate changelog based on your Git histo
LABEL com.github.actions.icon="triangle" LABEL com.github.actions.icon="triangle"
LABEL com.github.actions.color="orange" LABEL com.github.actions.color="orange"
WORKDIR action COPY README.md /
COPY README.md LICENSE entrypoint.sh ./ COPY LICENSE /
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["./entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]