initial release (nginx+php ok)
This commit is contained in:
15
Dockerfile
Normal file
15
Dockerfile
Normal file
@@ -0,0 +1,15 @@
|
||||
FROM alpine:3.21
|
||||
|
||||
RUN \
|
||||
apk -U upgrade && \
|
||||
apk add tini nginx gettext-envsubst openssh-server php84 php84-fpm php83 php83-fpm php82 php82-fpm
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
VOLUME [ "/www", "/ssh" ]
|
||||
|
||||
ENV \
|
||||
USERNAME=theuser \
|
||||
PHP=none
|
||||
|
||||
ENTRYPOINT [ "/sbin/tini", "/app/entrypoint.sh" ]
|
||||
Reference in New Issue
Block a user