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 b0638c2 commit b1970f8Copy full SHA for b1970f8
Dockerfile
@@ -16,6 +16,5 @@ RUN icon bashit -ic \
16
&& icon nvim -c -y \
17
&& /scripts/sys/purge_cache.sh
18
19
-COPY scripts/ /scripts/
20
#COPY settings/settings.json .gitpod-code/User/settings.json
21
USER root
build.sh
@@ -1,3 +1,4 @@
1
#!/bin/bash
2
3
-docker build -t dclong/gitpod .
+docker pull dclong/jupyterhub-ds:next
4
+docker build -t dclong/gitpod:next .
0 commit comments