prepare gitea cicd
Some checks failed
Tomcode landing build/deploy / build (push) Successful in 25s
Tomcode landing build/deploy / dockerize (push) Has been cancelled

This commit is contained in:
thomas 2024-09-22 14:07:02 +02:00
parent a9922a9896
commit f65ee07619
5 changed files with 3 additions and 3 deletions

View File

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

3
docker/Dockerfile Executable file
View File

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