diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index d509531..0000000 --- a/Dockerfile +++ /dev/null @@ -1,4 +0,0 @@ -FROM nginx:alpine - -COPY nginx.conf /etc/nginx/conf.d/default.conf -COPY dist /usr/share/nginx/html |