Image on docker hub crashing - how do you use it? #13466
Answered
by
UltraBlackLinux
UltraBlackLinux
asked this question in
Q&A
-
https://hub.docker.com/r/eclipse/theia |
Beta Was this translation helpful? Give feedback.
Answered by
UltraBlackLinux
Mar 7, 2024
Replies: 1 comment 4 replies
-
found out why the build was crashing. It was copying my root partition into the dockerfile because of |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
UltraBlackLinux
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
found out why the build was crashing. It was copying my root partition into the dockerfile because of
COPY . .
and because I forgot to set the working directory. Please don't do this...