This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/Dockerfile

7 lines
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