This commit is contained in:
Paillat
2023-02-06 01:01:47 +01:00
parent f54e627d9a
commit 5c008230dc
3 changed files with 1 additions and 1 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
USER appuser
CMD ["python", "./code/main.py"]
CMD ["python", "main.py"]