master
alex 2024-02-01 20:55:22 +01:00
parent 989b1d1b9e
commit 18bc9accf7
1 changed files with 1 additions and 1 deletions

View File

@ -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