auth fixes
This commit is contained in:
@ -6,7 +6,7 @@ COPY /app /app
|
||||
# COPY package-lock.json /app/package-lock.json
|
||||
|
||||
# Same as npm install
|
||||
RUN npm install
|
||||
RUN npm ci
|
||||
|
||||
# COPY . /app
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user