Skip to content

Commit f8ffe5f

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nginx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ FROM nginx:alpine # Base image with Nginx and Alpine Linux to keep the image si
88
COPY nginx.conf /etc/nginx/nginx.conf
99

1010
# The container will use the default CMD provided by the nginx:alpine image,
11-
# which automatically starts the Nginx server using the provided configuration
11+
# which automatically starts the Nginx server using the provided configuration

0 commit comments

Comments
 (0)