6 lines
91 B
Docker
6 lines
91 B
Docker
FROM ghcr.io/static-web-server/static-web-server:2
|
|
|
|
ENV SERVER_ROOT=/app
|
|
|
|
COPY ./dist /app
|