l
Some checks failed
Tomcode landing build/deploy / dockerize (push) Blocked by required conditions
Tomcode landing build/deploy / build (push) Has been cancelled

This commit is contained in:
thomas 2024-09-22 14:11:43 +02:00
parent 66c498743b
commit 78b3836d57

View File

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