File size: 254 Bytes
32bbab6 d1b9d31 c65c06c d1b9d31 32bbab6 d1b9d31 b75031e |
1 2 3 4 5 6 7 8 9 10 |
# Use the official image as a parent image
FROM ghcr.io/alexta69/metube
# Ensure the download directory has the right permissions
RUN mkdir -p /downloads && chmod 777 /downloads
# Expose port 8081 to the outside world
EXPOSE 8081
# Run the application |