We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc277e2 commit 21c6f34Copy full SHA for 21c6f34
Dockerfile
@@ -65,7 +65,6 @@ ARG NPM_PACKAGE_TOKEN
65
66
COPY lab/frontend/.npmrc ./frontend/
67
COPY lab/frontend/package*.json ./frontend/
68
-COPY lab/frontend/memgraph-orb-*.tgz ./frontend/
69
RUN echo '//npm.pkg.github.com/:_authToken=${NPM_PACKAGE_TOKEN}' | tee -a ./frontend/.npmrc
70
71
COPY lab/package*.json ./
@@ -80,6 +79,8 @@ COPY lab/tsconfig.json .
80
79
COPY lab/tsconfig.build.json .
81
COPY lab/.env .
82
+RUN sed -i "s/NODE_ENV=local/NODE_ENV=platform/" /lab/.env
83
+
84
COPY lab/backend/ ./backend/
85
COPY lab/frontend/ ./frontend/
86
0 commit comments