added Dockerfile

This commit is contained in:
Carter 2024-10-09 14:37:39 -06:00
parent 31115fc7cf
commit 9ef75d6aad

5
Dockerfile Normal file
View file

@ -0,0 +1,5 @@
# 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