1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Make setup use the base image

This commit is contained in:
Florent Daigniere
2022-11-17 14:18:51 +01:00
parent 68bb8da2b7
commit 86637f0259
4 changed files with 15 additions and 28 deletions

View File

@@ -10,5 +10,5 @@ RUN echo $VERSION >/version
HEALTHCHECK CMD true
USER app
USER mailu
CMD ["/bin/bash", "-c", "sleep infinity"]