4 lines
91 B
Docker
4 lines
91 B
Docker
FROM fedora:latest AS builder
|
|
|
|
FROM nginx:mainline-alpine-slim
|
|
COPY . /usr/share/nginx/html |