mirror of
https://github.com/manualdousuario/marreta.git
synced 2025-09-01 18:20:22 +00:00
correção na permissão das pastas montaveis
This commit is contained in:
parent
710a089e7a
commit
7cc0d1f537
1 changed files with 6 additions and 2 deletions
|
@ -18,8 +18,12 @@ RUN chmod +x /usr/local/bin/env.sh
|
|||
COPY start.sh /usr/local/bin/start.sh
|
||||
RUN chmod +x /usr/local/bin/start.sh
|
||||
|
||||
RUN mkdir -p /app/cache /app/logs
|
||||
RUN chown -R www-data:www-data /app && chmod -R 755 /app
|
||||
RUN mkdir -p /app/cache /app/logs \
|
||||
&& chown -R www-data:www-data /app/cache /app/logs \
|
||||
&& chmod -R 775 /app/cache /app/logs
|
||||
|
||||
RUN chown -R www-data:www-data /app \
|
||||
&& chmod -R 755 /app
|
||||
|
||||
VOLUME ["/app/cache", "/app/logs"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue