This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
lesspass
mirror of
https://github.com/lesspass/lesspass.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
67
Wiki
Activity
Browse Source
Use python slim image to reduce the size of backend container
tags/mobile-v9.5.1
Guillaume Vincent
3 years ago
parent
33b1fdca46
commit
e9b6b9f94a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
containers/backend/Dockerfile
+ 1
- 1
containers/backend/Dockerfile
View File
@@ -1,4 +1,4 @@
FROM python:3.8
FROM python:3.8
-slim
LABEL maintainer="LessPass <contact@lesspass.com>"
LABEL name="LessPass Backend"
RUN mkdir /opt/backend
Write
Preview
Loading…
Cancel
Save