Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ RUN \
pip install --upgrade pip && \
pip install mkdocs==${MKDOCS_VERSION} && \
cd /bootstrap && pip install -e /bootstrap && \
cp -r /bootstrap/app/ /usr/bin/ && \
rm -rf /tmp/* /var/tmp/* /var/cache/apk/* /var/cache/distfiles/* && \
chmod 600 /root/.ssh/config

CMD ["/usr/bin/python3", "/bootstrap/main.py", "start"]
CMD ["/usr/bin/python3", "/bootstrap/main.py", "start"]
3 changes: 2 additions & 1 deletion Dockerfile-arm64v8
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ RUN \
pip install --upgrade pip && \
pip install mkdocs==${MKDOCS_VERSION} && \
cd /bootstrap && pip install -e /bootstrap && \
cp -r /bootstrap/app/ /usr/bin/ && \
rm -rf /tmp/* /var/tmp/* /var/cache/apk/* /var/cache/distfiles/* && \
chmod 600 /root/.ssh/config

CMD ["/usr/bin/python3", "/bootstrap/main.py", "start"]
CMD ["/usr/bin/python3", "/bootstrap/main.py", "start"]