There was an error while loading. Please reload this page.
2 parents b0f2321 + 5009793 commit 654bc79Copy full SHA for 654bc79
1 file changed
Dockerfile
@@ -1,5 +1,7 @@
1
FROM golang:1.21-alpine AS build
2
3
+LABEL org.opencontainers.image.source="https://github.com/FIWARE/VCVerifier"
4
+
5
WORKDIR /go/src/app
6
COPY ./ ./
7
0 commit comments