treetrail-frontend/Containerfile

8 lines
185 B
Text
Raw Normal View History

2024-10-19 11:53:15 +02:00
FROM docker.io/library/nginx:alpine
MAINTAINER philo email phil.dev@philome.mooo.com
EXPOSE 80
COPY nginx.conf /etc/nginx/nginx.conf
COPY dist/treetrail/browser /usr/share/nginx/html