1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Oinktube/Dockerfile.mariadb
Daniel Neto 14b6aac5cc Update
2024-06-03 19:07:18 -03:00

6 lines
114 B
Text

# File: Dockerfile.mariadb
FROM mariadb:latest
# Set correct permissions for /tmp directory
RUN chmod 1777 /tmp