3 lines
64 B
Docker
3 lines
64 B
Docker
|
FROM nginx:stable-alpine-perl
|
||
|
COPY ./dist /usr/share/nginx/html
|