Browse Source

Add Dockerfile

pull/44/head
Guillaume Vincent 8 years ago
parent
commit
1eee1e09a2
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      Dockerfile

+ 4
- 0
Dockerfile View File

@@ -0,0 +1,4 @@
FROM nginx:latest

COPY dist /usr/share/nginx/html/dist/
COPY index.html /usr/share/nginx/html/

Loading…
Cancel
Save