summaryrefslogtreecommitdiff
path: root/blocks/Dockerfile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'blocks/Dockerfile.patch')
-rw-r--r--blocks/Dockerfile.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/blocks/Dockerfile.patch b/blocks/Dockerfile.patch
index 0a94dd1c..069a62cc 100644
--- a/blocks/Dockerfile.patch
+++ b/blocks/Dockerfile.patch
@@ -1,5 +1,5 @@
---- Dockerfile 2025-07-04 16:16:28.040919228 +0530
-+++ Dockerfile.1 2025-07-04 16:19:16.930142599 +0530
+--- Dockerfile 2025-07-08 18:20:34.818712259 +0530
++++ Dockerfile.1 2025-07-08 18:21:40.192702872 +0530
@@ -119,7 +119,7 @@
COPY . .
@@ -7,9 +7,9 @@
-RUN ./install.sh
+RUN ./install.sh prod
- # For localhost only
- RUN echo 'WDS_SOCKET_PORT=80' > eda-frontend/.env.local
-@@ -173,4 +173,4 @@
+ # Cleanup
+ RUN apt-get autoremove -qq --purge gawk python3-pip python3-venv wget xz-utils
+@@ -170,4 +170,4 @@
WORKDIR ${XCOS_DIR}