generated from oci/template
Update Dockerfile
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 24s
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 24s
This commit is contained in:
parent
f20f51b9b8
commit
eb937f0aab
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ RUN apk add --no-cache \
|
||||||
# Create working directory
|
# Create working directory
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
|
||||||
|
# Make sure userdata is stored
|
||||||
|
VOLUME /root
|
||||||
|
|
||||||
# Copy entrypoint script
|
# Copy entrypoint script
|
||||||
COPY ./vnc.sh /vnc.sh
|
COPY ./vnc.sh /vnc.sh
|
||||||
RUN chmod +x /vnc.sh
|
RUN chmod +x /vnc.sh
|
||||||
|
|
Loading…
Reference in a new issue