Fix/pull from harbor (#5521)
* fix: pull from harbor instead of dockerhub * add remaining * add comments saying that these changes will only work with VPN
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
FROM rust:latest AS builder
|
||||
# this will only work with VPN, otherwise remove the harbor part
|
||||
FROM harbor.nymte.ch/dockerhub/rust:latest AS builder
|
||||
|
||||
COPY ./ /usr/src/nym
|
||||
WORKDIR /usr/src/nym/nym-api
|
||||
|
||||
Reference in New Issue
Block a user