ladogton2010 commited on
Commit
2fd378c
·
1 Parent(s): 635b53d

no directory

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,4 +7,4 @@ RUN apt install -y php php-pdo php-mysql
7
  COPY app app
8
  COPY public public
9
 
10
- CMD [ "bash", "-c", "php -S 0.0.0.0:7860 ." ]
 
7
  COPY app app
8
  COPY public public
9
 
10
+ CMD [ "bash", "-c", "php -S 0.0.0.0:7860" ]