mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 09:13:33 +01:00
docker: viewer: use nginx:alpine-slim as base
This commit is contained in:
parent
901489dbc3
commit
7bc15f97de
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
FROM docker.io/library/nginx:alpine
|
||||
FROM docker.io/library/nginx:alpine-slim
|
||||
COPY . /usr/share/nginx/html
|
||||
# datadir should be mounted to: /usr/share/nginx/html/data
|
||||
|
|
Loading…
Add table
Reference in a new issue