Update Dockerfile

This commit is contained in:
clanto007 2021-08-28 12:08:11 +02:00 committed by GitHub
parent 6dfb35d5aa
commit 08048fbfb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
ARG BITWARDEN_TAG
FROM ${BITWARDEN_TAG}
COPY bin/Debug/netcoreapp3.1/publish/* /bitBetter/
COPY bin/Debug/netcoreapp5.0/publish/* /bitBetter/
COPY ./.keys/cert.cert /newLicensing.cer
RUN set -e; set -x; \