mirror of
https://github.com/exchanges-lab/view.git
synced 2026-08-05 05:36:06 +08:00
4 lines
58 B
Docker
4 lines
58 B
Docker
FROM nginx:alpine
|
|
COPY . /usr/share/nginx/html/
|
|
EXPOSE 80
|