summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-02-07 16:06:51 -0500
committerFreya Murphy <freya@freyacat.org>2025-02-07 16:06:51 -0500
commit3b6fd9bae4b17f2184c9cec5a2cc5c9d9473d7fa (patch)
treedb7e4534a61020f29c14f28b6130523ea2028bad /Dockerfile
parentfix john (diff)
downloadrit.wtf-3b6fd9bae4b17f2184c9cec5a2cc5c9d9473d7fa.tar.gz
rit.wtf-3b6fd9bae4b17f2184c9cec5a2cc5c9d9473d7fa.tar.bz2
rit.wtf-3b6fd9bae4b17f2184c9cec5a2cc5c9d9473d7fa.zip
fix docker
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile8
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"]