Skip to content

Commit b1970f8

Browse files
committed
fix issue in Dockerfile
1 parent b0638c2 commit b1970f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ RUN icon bashit -ic \
1616
&& icon nvim -c -y \
1717
&& /scripts/sys/purge_cache.sh
1818

19-
COPY scripts/ /scripts/
2019
#COPY settings/settings.json .gitpod-code/User/settings.json
2120
USER root

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/bash
22

3-
docker build -t dclong/gitpod .
3+
docker pull dclong/jupyterhub-ds:next
4+
docker build -t dclong/gitpod:next .

0 commit comments

Comments
 (0)