@@ -17,7 +17,7 @@ RUN a2ensite foodgame.fr
RUN a2enmod ssl
#COPY $PWD /var/www/index.html
-WORKDIR /src
+WORKDIR /src/index.php
-EXPOSE 80
+EXPOSE 8443
@@ -1,4 +1,4 @@
-<VirtualHost *:80>
+<VirtualHost *:8443>
DocumentRoot /src
<Directory /src/>
Options +Indexes +FollowSymlinks