mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
6 lines
114 B
Text
6 lines
114 B
Text
# File: Dockerfile.mariadb
|
|
|
|
FROM mariadb:latest
|
|
|
|
# Set correct permissions for /tmp directory
|
|
RUN chmod 1777 /tmp
|