Added dockerfile
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM nginx
|
||||
|
||||
MAINTAINER maintainers@vikunja.io
|
||||
|
||||
COPY dist /usr/share/nginx/html
|
||||
RUN rm /usr/share/nginx/html/js/*.map
|
Reference in New Issue
Block a user