3 lines
82 B
Docker
3 lines
82 B
Docker
FROM nginx:1.21.1-alpine
|
|
COPY ./dist /usr/share/nginx/html/variant-front
|
|
EXPOSE 80 |