frontend/Dockerfile
2024-10-09 14:37:39 -06:00

5 lines
167 B
Docker

# Used in the build stage of the pipeline to create a frontend docker image
FROM nginx:alpine
COPY nginx.conf /etc/nginx/nginx.conf
COPY /build /usr/share/nginx/html