Create Dockerfile
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
FROM httpd:latest
|
||||||
|
COPY ./game-data/ /usr/local/apache2/htdocs
|
||||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
|||||||
|
FROM httpd:latest
|
||||||
|
COPY ./game-data/ /usr/local/apache2/htdocs
|
||||||