1
0
Fork 0
mirror of synced 2024-06-01 10:29:48 +12:00

chore: fix Dockerile

This commit is contained in:
Christy Jacob 2024-05-16 07:16:45 +00:00
parent 10722aa736
commit b371909deb

View file

@ -72,9 +72,6 @@ RUN mkdir -p /storage/uploads && \
chown -Rf www-data.www-data /storage/functions && chmod -Rf 0755 /storage/functions && \
chown -Rf www-data.www-data /storage/debug && chmod -Rf 0755 /storage/debug
# Development Executables
RUN chmod +x /usr/local/bin/dev-generate-translations
# Executables
RUN chmod +x /usr/local/bin/doctor && \
chmod +x /usr/local/bin/install && \