fix: removed ln from entrypoint copy
Gitea/docker-base-images/nginx-routes/pipeline/head This commit looks good Details

master release-0.0.4
amorozov 2023-09-02 00:16:48 +03:00
parent 518136fa35
commit 1f65f6374e
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@ RUN apt update && \
# Copy entrypoint
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
RUN chmod +x /usr/local/bin/docker-entrypoint.sh && \
ln -s /usr/local/bin/docker-entrypoint.sh /
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
# Execute entrypoint
ENTRYPOINT [ "docker-entrypoint.sh" ]