Merge pull request #45 from c00ldude1oo/alpine

Change nginx base to alpine
This commit is contained in:
Aj - Thomas
2022-05-12 09:22:51 +02:00
committed by GitHub

View File

@@ -1,2 +1,2 @@
FROM nginx:1.21.6
COPY ./out /usr/share/nginx/html
FROM nginx:alpine
COPY ./out /usr/share/nginx/html