fix: removed ln from entrypoint copy
Gitea/docker-base-images/nginx-routes/pipeline/head This commit looks good
Details
Gitea/docker-base-images/nginx-routes/pipeline/head This commit looks good
Details
parent
518136fa35
commit
1f65f6374e
|
@ -8,8 +8,7 @@ RUN apt update && \
|
||||||
|
|
||||||
# Copy entrypoint
|
# Copy entrypoint
|
||||||
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
|
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
|
||||||
RUN chmod +x /usr/local/bin/docker-entrypoint.sh && \
|
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
|
||||||
ln -s /usr/local/bin/docker-entrypoint.sh /
|
|
||||||
|
|
||||||
# Execute entrypoint
|
# Execute entrypoint
|
||||||
ENTRYPOINT [ "docker-entrypoint.sh" ]
|
ENTRYPOINT [ "docker-entrypoint.sh" ]
|
||||||
|
|
Loading…
Reference in New Issue