Skip to content

Commit 1d6f30d

Browse files
committed
resolve issue #1
1 parent 6170daa commit 1d6f30d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ RUN npm install -g npm \
44
&& npm install -g atcoder-cli \
55
&& pip3 install online-judge-tools
66

7-
ADD config/ /root/.config/atcoder-cli-nodejs/
87
COPY scripts/init.sh /root/init.sh

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ services:
66
tty: true
77
volumes:
88
- ./contests:/contests
9+
- ./config:/root/.config/atcoder-cli-nodejs/
910

0 commit comments

Comments
 (0)