ci test commit
Some checks failed
CI / build (pull_request) Successful in 11s
CI / lint (pull_request) Has been cancelled
CI / build-and-push-docker (pull_request) Has been cancelled
CI / build (push) Successful in 11s
CI / lint (push) Successful in 8s
CI / build-and-push-docker (push) Successful in 18s

This commit was merged in pull request #3.
This commit is contained in:
2025-08-29 14:01:37 +02:00
parent 2cb457c776
commit 9d0d458fe3
3 changed files with 32 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ FROM nginx:latest
WORKDIR /app
COPY ./build/* .
COPY ./build/* /usr/share/nginx/html/
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]