Update Dockerfile
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 24s

This commit is contained in:
merith-tk 2025-06-05 01:14:03 +01:00
parent f20f51b9b8
commit eb937f0aab

View file

@ -24,6 +24,9 @@ RUN apk add --no-cache \
# Create working directory
WORKDIR /
# Make sure userdata is stored
VOLUME /root
# Copy entrypoint script
COPY ./vnc.sh /vnc.sh
RUN chmod +x /vnc.sh