update
This commit is contained in:
@@ -22,5 +22,5 @@ RUN curl -sSL https://nixpacks.com/install.sh | bash
|
||||
RUN chmod +x ~/.docker/cli-plugins/docker-compose /usr/bin/docker /usr/local/bin/pack
|
||||
|
||||
ENTRYPOINT ["/sbin/tini", "--"]
|
||||
CMD ["sh", "-c", "while true; do sleep 69420; done"]
|
||||
CMD ["sh", "-c", "while true; do sleep 3600; done"]
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#!/command/execlineb -P
|
||||
php /var/www/html/artisan migrate --force --isolated
|
||||
su - webuser -c "php /var/www/html/artisan migrate --force --isolated"
|
||||
|
||||
Reference in New Issue
Block a user