This repository has been archived on 2025-10-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
vikunja-frontend/Dockerfile
2018-09-17 08:02:15 +02:00

7 lines
No EOL
153 B
Docker

FROM nginx
MAINTAINER maintainers@vikunja.io
ADD nginx.conf /etc/nginx/nginx.conf
COPY dist /usr/share/nginx/html
RUN rm /usr/share/nginx/html/js/*.map