landing/docker/Dockerfile
thomas f65ee07619
Some checks failed
Tomcode landing build/deploy / build (push) Successful in 25s
Tomcode landing build/deploy / dockerize (push) Has been cancelled
prepare gitea cicd
2024-09-22 14:07:02 +02:00

3 lines
94 B
Docker
Executable File

FROM nginx:alpine
COPY ../build /usr/share/nginx/html
COPY ./default.conf /etc/nginx/conf.d/