Spaces:
Runtime error
Runtime error
| FROM debian:12.10 | |
| # RUN apt -y update | |
| # RUN /bin/bash -c "$(curl -fsSL https://php.new/install/linux/8.4)" | |
| # RUN apt-get install nodejs npm | |
| # RUN node --version | |
| # RUN npm --version | |
| # WORKDIR npm install | |
| RUN echo "[SERVER WORK ONLINE]" > keepalive.log | |
| # RUN composer global require laravel/installer | |
| CMD tail -f keepalive.log |