algorithm-archivists / algorithm-archive

A collaborative book on algorithms
https://www.algorithm-archive.org
MIT License
2.35k stars 354 forks source link

feat: add publish dockerfile #938

Closed ntindle closed 2 years ago

ntindle commented 2 years ago

publish the dockerfile to aaa-langs move the Dockerfile to the root of the repo

ntindle commented 2 years ago

use the below command to test after logging in with these instructions

docker run -v $(pwd):/tmp -it ghcr.io/algorithm-archivists/aaa-langs:feature-publish-container bash

it will run the docker container with the current working directory in /tmp

ntindle commented 2 years ago

@ShadowMitia can you take a look?

ntindle commented 2 years ago

Can @algorithm-archivists/development give this an approval?

ntindle commented 2 years ago

docker run -v $(pwd):/tmp -it ghcr.io/algorithm-archivists/aaa-langs:latest bash