fix(ci): Fixed docker image
All checks were successful
Docker Build and Push for Main Branch / docker (push) Successful in 11m32s

This commit is contained in:
l-nmch
2026-05-11 15:10:28 +02:00
parent 45774cec12
commit 818651444e

View File

@@ -4,6 +4,7 @@ WORKDIR /usr/share/nginx/html
COPY index.html ./
COPY src ./src
COPY assets ./assets
EXPOSE 80