3 lines
88 B
Docker
3 lines
88 B
Docker
FROM docker.m.daocloud.io/library/nginx:alpine
|
|
COPY frontend/dist /usr/share/nginx/html
|