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 6170daa commit 1d6f30dCopy full SHA for 1d6f30d
Dockerfile
@@ -4,5 +4,4 @@ RUN npm install -g npm \
4
&& npm install -g atcoder-cli \
5
&& pip3 install online-judge-tools
6
7
-ADD config/ /root/.config/atcoder-cli-nodejs/
8
COPY scripts/init.sh /root/init.sh
docker-compose.yml
@@ -6,4 +6,5 @@ services:
tty: true
volumes:
- ./contests:/contests
9
+ - ./config:/root/.config/atcoder-cli-nodejs/
10
0 commit comments