mirror of
https://github.com/labring/laf.git
synced 2026-01-25 16:07:45 +00:00
7 lines
85 B
Docker
7 lines
85 B
Docker
FROM bitnami/openresty:latest
|
|
|
|
WORKDIR /app
|
|
EXPOSE 8080
|
|
|
|
ADD ./.vitepress/dist /app/
|