This commit is contained in:
dmunozv04
2023-11-17 11:50:50 +01:00
parent 93e3fd5720
commit b90a5e317c
2 changed files with 3 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ RUN pip install --upgrade pip wheel && \
WORKDIR /app
RUN python -m compileall .
RUN python -m compileall
COPY src .