b709d3ba0b
* fix: pull from harbor instead of dockerhub * add remaining * add comments saying that these changes will only work with VPN
9 lines
207 B
Docker
9 lines
207 B
Docker
FROM harbor.nymte.ch/dockerhub/ubuntu:22.04
|
|
|
|
RUN apt-get update && apt-get install -y ca-certificates
|
|
|
|
WORKDIR /nym
|
|
|
|
COPY nym-node-status-api/nym-node-status-api ./
|
|
ENTRYPOINT [ "/nym/nym-node-status-api" ]
|