auth fixes

This commit is contained in:
2023-05-24 14:46:58 +03:00
parent ca289d2fa2
commit 5f09fa2490

View File

@ -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
#