Update Dockerfile
هذا الالتزام موجود في:
@@ -2,13 +2,11 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
# Create directory for nginx config
|
||||
RUN mkdir -p /etc/nginx/conf.d
|
||||
|
||||
# Copy static files
|
||||
COPY index.html styles.css /usr/share/nginx/html/
|
||||
|
||||
# Copy nginx configuration
|
||||
COPY nginx/conf.d/default.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
# Expose port 80
|
||||
EXPOSE 80
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم