Skip to content

Commit 75f27f4

Browse files
committed
typo
1 parent c6567d4 commit 75f27f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release_image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
2929
with:
3030
context: .
31-
file: ./juptyerlab/Dockerfile
31+
file: ./jupyterlab/Dockerfile
3232
push: true
3333
tags: ${{ steps.meta.outputs.tags }}
3434
labels: ${{ steps.meta.outputs.labels }}

jupyterlab/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM jupyter/datascience-notebook
22

33
# Copy the scripts into the container and set them as executable in one step
4-
COPY --chmod=+x /jupyerlab/startup-script.sh /usr/local/bin/startup-script.sh
5-
COPY --chmod=+x /jupyerlab/update_packages.py /usr/local/bin/update_packages.py
4+
COPY --chmod=+x /jupyterlab/startup-script.sh /usr/local/bin/startup-script.sh
5+
COPY --chmod=+x /jupyterlab/update_packages.py /usr/local/bin/update_packages.py
66

77
USER root
88

0 commit comments

Comments
 (0)