Skip to content
Snippets Groups Projects
Verified Commit c906c52c authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix cleanup stage.

parent db90ceb3
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ RUN apt-get remove --purge -y \
python3-dev; \
apt-get autoremove --purge -y; \
apt-get clean -y; \
rm -f /var/lib/apt/lists/*
rm -f /var/lib/apt/lists/*_*
EXPOSE 8000
ENTRYPOINT ["/usr/src/app/BiscuIT-ng/docker/entrypoint.sh"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment