mirror of
https://github.com/labring/laf.git
synced 2025-12-08 20:26:22 +00:00
7 lines
85 B
Docker
7 lines
85 B
Docker
FROM bitnami/openresty:latest
|
|
|
|
WORKDIR /app
|
|
EXPOSE 8080
|
|
|
|
ADD ./.vitepress/dist /app/
|