first commit
This commit is contained in:
commit
62506c830a
1207 changed files with 40706 additions and 0 deletions
7
Containerfile
Normal file
7
Containerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue