feat: cloudflare stuff
All checks were successful
Build and Deploy Docker Image / build (push) Successful in 39s

This commit is contained in:
mike 2024-10-25 07:34:44 -04:00
parent 77ef7532ee
commit 2190b10090
3 changed files with 59 additions and 9 deletions

View file

@ -22,7 +22,9 @@ FROM nginx:alpine
# Copy the built application from the previous stage
COPY --from=build /app/dist /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY dotechbro_nginx.conf /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/nginx.conf
# Expose port 80
EXPOSE 80