diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..47331d2 --- /dev/null +++ b/Dockerfile @@ -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