master
alex 2024-02-01 21:05:46 +01:00
parent 18bc9accf7
commit 5330f3422e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM nginx:latest
FROM nginx:1.25.3-alpine
COPY ./build /usr/share/nginx/html
COPY ./nginx.conf /etc/nginx/conf.d/default.conf