Skip to content

Commit 21c6f34

Browse files
authored
Update Dockerfile for Lab v2.7 (#58)
1 parent bc277e2 commit 21c6f34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ ARG NPM_PACKAGE_TOKEN
6565

6666
COPY lab/frontend/.npmrc ./frontend/
6767
COPY lab/frontend/package*.json ./frontend/
68-
COPY lab/frontend/memgraph-orb-*.tgz ./frontend/
6968
RUN echo '//npm.pkg.github.com/:_authToken=${NPM_PACKAGE_TOKEN}' | tee -a ./frontend/.npmrc
7069

7170
COPY lab/package*.json ./
@@ -80,6 +79,8 @@ COPY lab/tsconfig.json .
8079
COPY lab/tsconfig.build.json .
8180
COPY lab/.env .
8281

82+
RUN sed -i "s/NODE_ENV=local/NODE_ENV=platform/" /lab/.env
83+
8384
COPY lab/backend/ ./backend/
8485
COPY lab/frontend/ ./frontend/
8586

0 commit comments

Comments
 (0)