treetrail-frontend/Containerfile

7 lines
198 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 treetrail-app/dist/treetrail/browser /usr/share/nginx/html