PerlaHM commited on
Commit
12e548c
·
verified ·
1 Parent(s): e3333a0

Delete DOCKERFILE

Browse files
Files changed (1) hide show
  1. DOCKERFILE +0 -5
DOCKERFILE DELETED
@@ -1,5 +0,0 @@
1
- FROM php:8.2-cli
2
- EXPOSE 7860
3
- COPY app app
4
- WORKDIR /app
5
- CMD ["php", "-S","0.0.0.0:7860"]