vodkas

Simple file sharing server
Log | Files | Refs

commit 8f185c9c1cbf8938396e3f85db2f596ed495dc4b
parent a04c2bd55869354c33873865e94e0c6cb4fc4d64
Author: Vetle Haflan <vetle.haflan@luxsave.com>
Date:   Tue,  2 Jun 2020 13:16:30 +0200

Attempt to read env variables in docker command

Diffstat:
MDockerfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile @@ -10,4 +10,4 @@ FROM alpine:latest WORKDIR /root/ COPY --from=0 /app/vodkas . EXPOSE 8080 -CMD ["/root/vodkas"] +CMD ["sh", "-c", "/root/vodkas -a $VADMINKEY -l $VSTORAGE"]