First commit!
This commit is contained in:
17
dockerfile
Normal file
17
dockerfile
Normal file
@@ -0,0 +1,17 @@
|
||||
FROM debian:bookworm
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY app /app
|
||||
|
||||
RUN apt-get update && apt-get full-upgrade -y
|
||||
|
||||
RUN /app/sury-php-repo.sh
|
||||
|
||||
RUN /app/install-dependencies.sh
|
||||
|
||||
ENV PORT=8080
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["/app/launch-daemons.sh"]
|
||||
Reference in New Issue
Block a user