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 4251544 commit 8a71069Copy full SHA for 8a71069
Dockerfile
@@ -9,8 +9,7 @@ WORKDIR /app
9
COPY package.json package-lock.json* ./
10
11
# 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
+RUN npm install --no-audit --no-fund
14
15
# Copy source files
16
COPY . .
0 commit comments