diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2019-12-28 21:35:01 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2019-12-28 21:35:01 +0200 |
| commit | 3b50c13ca1691e64ae9382ec658216b49477088e (patch) | |
| tree | c622c6174ecd073874daac6eda151ec5a64d95de /Dockerfile | |
Initial commit
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..eecdc8f --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM nginx:alpine + +COPY public /usr/share/nginx/html/ |
