3 lines
80 B
Docker
3 lines
80 B
Docker
FROM nginx:stable-alpine
|
|
WORKDIR /var/www/app
|
|
COPY /prod/ /usr/share/nginx/html/ |