mirror of
https://github.com/manualdousuario/marreta.git
synced 2025-09-01 18:20:22 +00:00
fix bin tasks
This commit is contained in:
parent
4d458fb75f
commit
0a57629cff
1 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@ COPY default.conf /etc/nginx/sites-available/default
|
|||
|
||||
# Copy and configure initialization script permissions
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
COPY bin/cleanup /usr/local/bin/
|
||||
RUN chmod +x /usr/local/bin/docker-entrypoint.sh \
|
||||
&& chmod +x /usr/local/bin/cleanup
|
||||
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
|
||||
RUN chmod +x /app/bin/cleanup
|
||||
RUN chmod +x /app/bin/proxy
|
||||
|
||||
# Create cache, database, and logs folders
|
||||
RUN mkdir -p /app/cache /app/cache/database /app/logs
|
||||
|
|
Loading…
Add table
Reference in a new issue