Test2 / Dockerfile
EndergamingYT's picture
Update Dockerfile
db797e8 verified
Raw
History Blame Contribute Delete
378 Bytes
FROM dorowu/ubuntu-desktop-lxde-vnc:latest
# Force the VNC engine to run directly over Port 80
ENV PORT=80
EXPOSE 80
# Fix permissions so Hugging Face can execute the startup scripts
RUN chmod -R 777 /startup.sh /etc /var
# Set a standard resolution that fits perfectly inside Minecraft
ENV RESOLUTION=1024x768
# Run the standard desktop startup script
CMD ["/startup.sh"]