forked from GithubMirrors/cardconjurer
7 lines
152 B
Docker
7 lines
152 B
Docker
FROM nginx:mainline-alpine
|
|
|
|
COPY . /usr/share/nginx/html/
|
|
COPY app.conf /etc/nginx/nginx.conf
|
|
|
|
EXPOSE 4242
|
|
VOLUME [ "/usr/share/nginx/html/local_art" ] |