diff options
author | Freya Murphy <freya@freyacat.org> | 2025-02-07 16:06:51 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-02-07 16:06:51 -0500 |
commit | 3b6fd9bae4b17f2184c9cec5a2cc5c9d9473d7fa (patch) | |
tree | db7e4534a61020f29c14f28b6130523ea2028bad /Dockerfile | |
parent | fix john (diff) | |
download | rit.wtf-3b6fd9bae4b17f2184c9cec5a2cc5c9d9473d7fa.tar.gz rit.wtf-3b6fd9bae4b17f2184c9cec5a2cc5c9d9473d7fa.tar.bz2 rit.wtf-3b6fd9bae4b17f2184c9cec5a2cc5c9d9473d7fa.zip |
fix docker
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 0fef266..0000000 --- a/Dockerfile +++ /dev/null @@ -1,8 +0,0 @@ -FROM alpine:latest - -RUN apk add --no-cache php - -COPY . /app -WORKDIR /app - -CMD ["php", "-S", "0.0.0.0:80"] |