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 795eac7 commit 1f45614Copy full SHA for 1f45614
starter/Dockerfile
@@ -33,7 +33,7 @@ RUN apt-get update --fix-missing && \
33
apt-get autoremove -y && \
34
apt-get clean
35
36
-COPY --from=build-image /tmp/docker /usr/local/bin/docker
+COPY --from=compile-image /tmp/docker /usr/local/bin/docker
37
RUN chmod +x /usr/local/bin/docker
38
39
WORKDIR /opt/seatable-python-starter
0 commit comments