Spaces:
Sleeping
Sleeping
Commit
·
301b1da
1
Parent(s):
f38fd35
EXPOSE
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -5,4 +5,5 @@ RUN apt upgrade -y
|
|
5 |
RUN apt install -y php php-mysql
|
6 |
COPY app app
|
7 |
WORKDIR /app
|
|
|
8 |
CMD ["bash","-c","php -S 0.0.0.0:7860"]
|
|
|
5 |
RUN apt install -y php php-mysql
|
6 |
COPY app app
|
7 |
WORKDIR /app
|
8 |
+
EXPOSE 7860
|
9 |
CMD ["bash","-c","php -S 0.0.0.0:7860"]
|