mirror of
https://github.com/manualdousuario/marreta.git
synced 2025-09-04 19:51:10 +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 and configure initialization script permissions
|
||||||
COPY docker-entrypoint.sh /usr/local/bin/
|
COPY docker-entrypoint.sh /usr/local/bin/
|
||||||
COPY bin/cleanup /usr/local/bin/
|
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
|
||||||
RUN chmod +x /usr/local/bin/docker-entrypoint.sh \
|
RUN chmod +x /app/bin/cleanup
|
||||||
&& chmod +x /usr/local/bin/cleanup
|
RUN chmod +x /app/bin/proxy
|
||||||
|
|
||||||
# Create cache, database, and logs folders
|
# Create cache, database, and logs folders
|
||||||
RUN mkdir -p /app/cache /app/cache/database /app/logs
|
RUN mkdir -p /app/cache /app/cache/database /app/logs
|
||||||
|
|
Loading…
Add table
Reference in a new issue