mirror of
https://github.com/manualdousuario/marreta.git
synced 2025-09-01 02:00:10 +00:00
ajuste no comando inicial
This commit is contained in:
parent
3e99e34fa7
commit
33a7569d17
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ RUN echo '0 * * * * root php "/app/bin/cleanup" >> /app/logs/cleanup.log 2>&1' >
|
|||
RUN echo '0 * * * * root php "/app/bin/proxy" >> /app/logs/proxy.log 2>&1' >> /etc/crontab
|
||||
|
||||
# Run proxy list check
|
||||
RUN 'php /app/bin/proxy'
|
||||
RUN php /app/bin/proxy
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue