Bananas802 commited on
Commit
ee18468
·
verified ·
1 Parent(s): 18c8cc2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y php
6
  WORKDIR /var/www/html
7
 
8
  COPY index.php /var/www/html
9
- COPY cheese.php /var/www/html
10
 
11
  EXPOSE 7860
12
 
 
6
  WORKDIR /var/www/html
7
 
8
  COPY index.php /var/www/html
9
+
10
 
11
  EXPOSE 7860
12