fix(fe2): dont build sourcemaps unnecessarily (#2597)

This commit is contained in:
Kristaps Fabians Geikins
2024-08-08 11:56:36 +03:00
committed by GitHub
parent 7bb40134eb
commit b6ef90eb4f
-3
View File
@@ -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 .