summaryrefslogtreecommitdiff
path: root/blocks/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'blocks/Dockerfile')
-rw-r--r--blocks/Dockerfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/blocks/Dockerfile b/blocks/Dockerfile
index f8bfc6ae..d5d630ca 100644
--- a/blocks/Dockerfile
+++ b/blocks/Dockerfile
@@ -121,9 +121,6 @@ COPY . .
# Configure venv and sqlite3
RUN ./install.sh
-# For localhost only
-RUN echo 'WDS_SOCKET_PORT=80' > eda-frontend/.env.local
-
# Cleanup
RUN apt-get autoremove -qq --purge gawk python3-pip python3-venv wget xz-utils
RUN apt-get clean -qq