From 644672d7da290be3494d781fc9b15ff0c676de99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Tue, 25 Jun 2024 21:12:15 +0700 Subject: [PATCH] Update Dockerfile to avoid deprecated syntax --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1b6c1995f..ecfdbf89e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -80,7 +80,7 @@ RUN mix local.hex --force && \ # Override the default 127.0.0.1 address, so that the app # can be accessed outside the container by binding ports -ENV LIVEBOOK_IP "::" +ENV LIVEBOOK_IP="::" ENV LIVEBOOK_HOME=/data