mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-04 20:55:19 +02:00
nginx!
This commit is contained in:
parent
21a935fea5
commit
7b9023dd07
3 changed files with 34 additions and 1 deletions
4
proxy/Dockerfile.nginx
Normal file
4
proxy/Dockerfile.nginx
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM nginx:alpine
|
||||
|
||||
RUN rm /etc/nginx/conf.d/default.conf
|
||||
COPY nginx.conf /etc/nginx/conf.d
|
Loading…
Add table
Add a link
Reference in a new issue