forked from GithubMirrors/cardconjurer
Update base container, clean up image
This commit is contained in:
@@ -30,3 +30,10 @@ yarn-debug.log*
|
|||||||
cardconjurer.iml
|
cardconjurer.iml
|
||||||
access.log
|
access.log
|
||||||
error.log
|
error.log
|
||||||
|
|
||||||
|
# MF Additions
|
||||||
|
launcher*
|
||||||
|
.gitignore
|
||||||
|
/.gitea
|
||||||
|
Makefile
|
||||||
|
README.md
|
@@ -1,7 +1,7 @@
|
|||||||
# syntax = docker/dockerfile:1.2
|
FROM nginx:mainline-alpine
|
||||||
FROM nginx:1.21-alpine as prod
|
|
||||||
|
|
||||||
EXPOSE 4242
|
|
||||||
COPY . /usr/share/nginx/html/
|
COPY . /usr/share/nginx/html/
|
||||||
COPY app.conf /etc/nginx/nginx.conf
|
COPY app.conf /etc/nginx/nginx.conf
|
||||||
|
|
||||||
|
EXPOSE 4242
|
||||||
|
VOLUME [ "/usr/share/nginx/html/local_art" ]
|
Reference in New Issue
Block a user