mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-07-13 06:53:25 +00:00
Update Dockerfile
This commit is contained in:
parent
6dfb35d5aa
commit
08048fbfb6
|
@ -1,7 +1,7 @@
|
||||||
ARG BITWARDEN_TAG
|
ARG BITWARDEN_TAG
|
||||||
FROM ${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
|
COPY ./.keys/cert.cert /newLicensing.cer
|
||||||
|
|
||||||
RUN set -e; set -x; \
|
RUN set -e; set -x; \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user