From b6ef90eb4fa00c61271e1c1554ac4050eb7c6ea0 Mon Sep 17 00:00:00 2001 From: Kristaps Fabians Geikins Date: Thu, 8 Aug 2024 11:56:36 +0300 Subject: [PATCH] fix(fe2): dont build sourcemaps unnecessarily (#2597) --- packages/frontend-2/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/frontend-2/Dockerfile b/packages/frontend-2/Dockerfile index 432df6550..f4ff94763 100644 --- a/packages/frontend-2/Dockerfile +++ b/packages/frontend-2/Dockerfile @@ -2,9 +2,6 @@ FROM node:18-bookworm-slim@sha256:408f8cbbb7b33a5bb94bdb8862795a94d2b64c2d516856 ARG NODE_ENV=production ARG SPECKLE_SERVER_VERSION=custom -# have to build w/ sourcemaps and then delete them, cause otherwise the file hashes are different (absurd, i know...) -ENV BUILD_SOURCEMAPS=true - WORKDIR /speckle-server COPY .yarnrc.yml .