Skip to content

Commit 9ce46cc

Browse files
committed
Revert docker context
1 parent 136ae6b commit 9ce46cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build and push Docker image
3535
uses: docker/build-push-action@v4
3636
with:
37-
context: .
37+
context: ./docker
3838
push: true
3939
tags: ${{ steps.meta.outputs.tags }}
4040
labels: ${{ steps.meta.outputs.labels }}

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ VOLUME /workspace
1010
VOLUME /scratch
1111

1212
# Tools
13-
COPY docker/start-notebook.sh /usr/local/bin/start-notebook
13+
COPY start-notebook.sh /usr/local/bin/start-notebook
1414

1515
# Environment
1616
ENV SCDATA_HOME=/data

0 commit comments

Comments
 (0)