Clean up Dockerfile by removing unused npm installs
Removed unnecessary npm package installations for dotenv, pg, bcrypt, and jsonwebtoken.
This commit is contained in:
@@ -5,10 +5,6 @@ WORKDIR /app
|
|||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
|
|
||||||
RUN npm install
|
RUN npm install
|
||||||
RUN npm install dotenv
|
|
||||||
RUN npm install pg
|
|
||||||
RUN npm install bcrypt
|
|
||||||
RUN npm install jsonwebtoken
|
|
||||||
RUN npm install passport
|
RUN npm install passport
|
||||||
RUN npm install passport-github2
|
RUN npm install passport-github2
|
||||||
RUN npm install express-session
|
RUN npm install express-session
|
||||||
|
|||||||
Reference in New Issue
Block a user