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 136ae6b commit 9ce46ccCopy full SHA for 9ce46cc
.github/workflows/docker.yaml
@@ -34,7 +34,7 @@ jobs:
34
- name: Build and push Docker image
35
uses: docker/build-push-action@v4
36
with:
37
- context: .
+ context: ./docker
38
push: true
39
tags: ${{ steps.meta.outputs.tags }}
40
labels: ${{ steps.meta.outputs.labels }}
docker/Dockerfile
@@ -10,7 +10,7 @@ VOLUME /workspace
10
VOLUME /scratch
11
12
# Tools
13
-COPY docker/start-notebook.sh /usr/local/bin/start-notebook
+COPY start-notebook.sh /usr/local/bin/start-notebook
14
15
# Environment
16
ENV SCDATA_HOME=/data
0 commit comments