Skip to content

Commit 431e019

Browse files
committed
TMP: use personal docker hun username
1 parent 2510b7b commit 431e019

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/nextflow-app-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
env:
10-
DOCKER_IMAGE: icrsc/nextflow-app
10+
DOCKER_IMAGE: markisicr24/nextflow-app
1111

1212
jobs:
1313
docker:

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ WORKDIR /app
66

77
# Copy the current directory contents into the container at /app
88
COPY . /app
9+
#double make sure we explicitly copy this file
10+
COPY index.py ./
11+
COPY tabs ./tabs
12+
COPY pages ./pages
13+
COPY shared ./shared
14+
915

1016
# Install system dependencies
1117
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)