updates to breadcrumbs; start working on deploy setup
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
FROM --platform=arm64 nginx
|
||||
EXPOSE 80
|
||||
|
||||
# actual web content
|
||||
COPY www/ /usr/share/nginx/html
|
||||
|
||||
# nginx config files
|
||||
COPY conf/nginx.conf /etc/nginx/nginx.conf
|
||||
COPY conf/default.conf /etc/nginx/conf.d/default.conf
|
||||
COPY conf/mime.types /etc/nginx/mime.types
|
Reference in New Issue
Block a user