Skip to content

Commit b284100

Browse files
committed
Recreated Dockerfile. Apparently the problem was with encoding.
1 parent f8ffe5f commit b284100

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

nginx/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Dockerfile to build a custom Nginx image
22
# We use the official lightweight nginx image based on Alpine Linux — small and fast
33

4-
FROM nginx:alpine # Base image with Nginx and Alpine Linux to keep the image size minimal
4+
# Base image with Nginx and Alpine Linux to keep the image size minimal
5+
FROM nginx:alpine
56

67
# Copy our custom Nginx configuration file into the container,
78
# replacing the default config with one tailored to our app’s needs

0 commit comments

Comments
 (0)