mirror of
https://github.com/MvDevsUnion/WPetition.git
synced 2026-05-04 22:13:06 +00:00
Implement Turnstile captcha for petition signing and add tweet prompt modal
This commit is contained in:
12
nginx/Dockerfile
Normal file
12
nginx/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
# Copy custom nginx configuration
|
||||
COPY nginx/nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
# Copy static frontend files
|
||||
COPY Frontend/ /usr/share/nginx/html/
|
||||
|
||||
# Expose port 80
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
Reference in New Issue
Block a user