3 lines
95 B
Docker
3 lines
95 B
Docker
FROM nginx:latest
|
|
LABEL maintainer='David Goldenberg'
|
|
COPY ../build/prod /usr/share/nginx/html |