Dooratre commited on
Commit
0846d63
·
verified ·
1 Parent(s): 2bc2a03

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -6,6 +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
 
10
  EXPOSE 7860
11
 
 
6
  WORKDIR /var/www/html
7
 
8
  COPY index.php /var/www/html
9
+ COPY user.json /var/www/html
10
 
11
  EXPOSE 7860
12