We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f183f44 commit 542e407Copy full SHA for 542e407
images/server/Containerfile
@@ -20,11 +20,12 @@ COPY install-packages.sh /usr/local/bin/install-packages.sh
20
RUN /usr/local/bin/install-packages.sh "$INSTALL_PACKAGES_FROM"
21
22
COPY --from=builder \
23
- /srv/dist/latest/sambacc-*.whl \
24
- /tmp/
+ /srv/dist/latest \
+ /tmp/sambacc-dist-latest
25
COPY install-sambacc.sh /usr/local/bin/install-sambacc.sh
26
RUN /usr/local/bin/install-sambacc.sh \
27
- "/tmp" "/usr/local/share/sambacc/examples/minimal.json"
+ "/tmp/sambacc-dist-latest" \
28
+ && rm -rf /tmp/sambacc-dist-latest
29
30
31
VOLUME ["/share"]
0 commit comments