Skip to content

Commit 8a71069

Browse files
committed
Use public package
1 parent 4251544 commit 8a71069

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ WORKDIR /app
99
COPY package.json package-lock.json* ./
1010

1111
# Install dependencies with GitHub token authentication
12-
RUN npm config set @tokens-studio:registry https://npm.pkg.github.com && \
13-
npm install --no-audit --no-fund
12+
RUN npm install --no-audit --no-fund
1413

1514
# Copy source files
1615
COPY . .

0 commit comments

Comments
 (0)