We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ffe5f commit b284100Copy full SHA for b284100
1 file changed
nginx/Dockerfile
@@ -1,7 +1,8 @@
1
# Dockerfile to build a custom Nginx image
2
# We use the official lightweight nginx image based on Alpine Linux — small and fast
3
4
-FROM nginx:alpine # Base image with Nginx and Alpine Linux to keep the image size minimal
+# Base image with Nginx and Alpine Linux to keep the image size minimal
5
+FROM nginx:alpine
6
7
# Copy our custom Nginx configuration file into the container,
8
# replacing the default config with one tailored to our app’s needs
0 commit comments