apex-site/Dockerfile

5 lines
68 B
Docker

FROM nginx:1.21-alpine
COPY public /usr/share/nginx/html
EXPOSE 80