feat: cloudflare stuff
All checks were successful
Build and Deploy Docker Image / build (push) Successful in 39s
All checks were successful
Build and Deploy Docker Image / build (push) Successful in 39s
This commit is contained in:
parent
77ef7532ee
commit
2190b10090
3 changed files with 59 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue