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 .