mirror of
https://github.com/goauthentik/authentik
synced 2026-05-09 08:32:47 +02:00
root: fix lockfile in dockerfile
This commit is contained in:
@@ -39,7 +39,7 @@ RUN ./manage.py collectstatic --no-input
|
||||
FROM node as npm-packager
|
||||
|
||||
COPY --from=static-build /app/static/package.json /static/package.json
|
||||
COPY --from=static-build /app/static/yarn.lock /static/yarn.lock
|
||||
COPY --from=static-build /app/static/package-lock.json /static/package-lock.json
|
||||
|
||||
RUN cd /static && npm i && npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user