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:12:05 +02:00
parent 78b3836d57
commit db0243b35e

View File

@ -1,3 +1,4 @@
FROM nginx:alpine FROM nginx:alpine
COPY ./build /usr/share/nginx/html COPY ./build /usr/share/nginx/html
RUN pwd && ls -la
COPY ./docker/default.conf /etc/nginx/conf.d/ COPY ./docker/default.conf /etc/nginx/conf.d/