We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd37bc commit c1a0368Copy full SHA for c1a0368
docker/Dockerfile
@@ -1,7 +1,8 @@
1
-FROM scratch
+FROM busybox
2
3
# Bundle app source
4
COPY src/gorecord /gorecord
5
COPY src/gorecord.ini /conf/gorecord.ini
6
+COPY src/bvodindexer /bvodindexer
7
8
EXPOSE 2000
0 commit comments