taller-laravel / Dockerfile
chartManD's picture
Make migrations
a9806e6
raw
history blame contribute delete
329 Bytes
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