Remove old img dir from Dockerfile (#11)

This commit is contained in:
Ryan Swart 2022-01-27 17:46:54 +08:00 committed by GitHub
parent 0f99d19561
commit 2227842675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,6 @@ RUN cargo chef cook --release --recipe-path recipe.json
FROM node:16-alpine as node_builder
ADD --chown=node:node ./static /siwe-oidc/static
ADD --chown=node:node ./js/ui/img /siwe-oidc/static/img
ADD --chown=node:node ./js/ui /siwe-oidc/js/ui
WORKDIR /siwe-oidc/js/ui
RUN npm install