Skip to content

Commit

Permalink
specify files to use pyarmor
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrtye committed Sep 22, 2024
1 parent d57d6c9 commit 5d5dd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submanager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV TZ=Europe/London
COPY . /app
RUN pip install --no-cache-dir -r /app/requirements.txt

RUN pyarmor gen --output /app /app
RUN pyarmor gen --output /app /app/*.py

RUN chmod 755 /app/entry.sh
RUN /usr/bin/crontab /app/crontab.txt
Expand Down

0 comments on commit 5d5dd39

Please sign in to comment.