From 18bc9accf79360ccf4bd97b3d316e1c7e87dd09c Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 1 Feb 2024 20:55:22 +0100 Subject: [PATCH] docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c70725f..eb7eec8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.25.3-alpine +FROM nginx:latest COPY ./build /usr/share/nginx/html COPY ./nginx.conf /etc/nginx/conf.d/default.conf \ No newline at end of file