🎨 Improve code readability by reformatting and updating function definitions and comments
This commit is contained in:
@@ -4,8 +4,8 @@ FROM nginx:alpine
|
||||
# Copy pre-built assets to nginx html directory
|
||||
COPY dist /usr/share/nginx/html
|
||||
|
||||
# Copy nginx configuration if needed
|
||||
# COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
# Copy nginx configuration with API proxy for CORS
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
# Expose both HTTP and HTTPS ports
|
||||
EXPOSE 80 443
|
||||
|
||||
Reference in New Issue
Block a user