Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix: remove use of github package
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan committed Jun 28, 2023
1 parent e03d62b commit 3e49382
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
FROM node:lts-slim

ARG NPM_TOKEN
WORKDIR /usr/src/app

COPY package*.json .npmrc ./
RUN npm set //npm.pkg.github.com/:_authToken $NPM_TOKEN
COPY package*.json ./

RUN npm ci

Expand Down

0 comments on commit 3e49382

Please sign in to comment.