mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 12:31:24 +01:00
added custom nginx config file
This commit is contained in:
parent
b53e051a75
commit
372bf3685b
2 changed files with 26 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
FROM alpine:nginx
|
||||
FROM nginx:stable-alpine
|
||||
|
||||
# Copy the contents of the repo to the container
|
||||
COPY . /usr/share/nginx/html
|
||||
|
||||
# Move the customized nginx config file to the nginx folder
|
||||
RUN mv /usr/share/nginx/html/.docker/default.conf /etc/nginx/conf.d/default.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue