diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/Dockerfile b/web/Dockerfile new file mode 100644 index 0000000..ac8f3ac --- /dev/null +++ b/web/Dockerfile @@ -0,0 +1,2 @@ +FROM httpd +copy ./dist /usr/local/apache2/htdocs/ |