forked from philorg/treetrail-frontend
6 lines
136 B
Docker
6 lines
136 B
Docker
FROM docker.io/library/nginx:alpine
|
|
|
|
EXPOSE 80
|
|
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|
|
COPY dist/treetrail/browser /usr/share/nginx/html
|