oopsie, forgot to execute
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 6s
Build and Publish Docker Image on Tag / build-and-publish (push) Successful in 6s

This commit is contained in:
networkstation 2025-06-05 05:34:45 +00:00
parent 2bfa24d983
commit e12ca1dc2a

View file

@ -6,4 +6,5 @@ FROM git.merith.xyz/gns3/base-vnc:latest
## STOP setting up your image here ## STOP setting up your image here
# DO NOT REMOVE AND DO NOT ADD AN "ENTRYPOINT" COMMAND # DO NOT REMOVE AND DO NOT ADD AN "ENTRYPOINT" COMMAND
COPY ./entrypoint.sh /entrypoint.sh COPY ./entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh