Correction Dockerfile

This commit is contained in:
Valentin Carroy 2024-09-11 10:12:31 +02:00
parent 8fc677a17f
commit 25a5368a26
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ RUN chown -R 1000:1000 /app
WORKDIR /app WORKDIR /app
CMD ["bin/altcha", "run"] CMD ["/app/altcha", "run"]