This website requires JavaScript.
Explore
Help
Sign in
askiiart
/
alwaysdungeons
Watch
1
Star
0
Fork
You've already forked alwaysdungeons
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
df04e4afbf
alwaysdungeons
/
Dockerfile
4 lines
90 B
Text
Raw
Normal View
History
Unescape
Escape
Reduce Docker image size 80% via pyinstaller (#1) * FROM scratch - initial commit * Switch to debian + ADD middle-ground
2023-09-06 14:59:21 -05:00
FROM python:slim-bookworm
Containerize it
2023-08-28 21:00:35 -05:00
WORKDIR /data
Reduce Docker image size 80% via pyinstaller (#1) * FROM scratch - initial commit * Switch to debian + ADD middle-ground
2023-09-06 14:59:21 -05:00
ADD AlwaysDungeons.tar.gz /data
CMD ["/data/main"]
Reference in a new issue
Copy permalink