This commit is contained in:
Paillat
2023-02-06 00:54:38 +01:00
parent 54b2a7daef
commit 7fa6096b78
2 changed files with 4 additions and 4 deletions

View File

@@ -9,4 +9,4 @@ RUN wget https://github.com/marp-team/marp-cli/releases/download/v2.3.0/marp-cli
RUN tar -xvf marp-cli-v2.3.0-linux.tar.gz
RUN adduser -u 5678 --disabled-password --gecos "" appuser && chown -R appuser /presentator/code
USER appuser
CMD ["python", "main.py"]
CMD ["python", "./code/main.py"]