A simple app that encode ascii text into emoji and decode it
you will need to use docker
-
in a terminal run :
docker image build -t name:tag repo
with repo being the repository directory -
you can now run the container use :
docker run name:tag
A simple app that encode ascii text into emoji and decode it
you will need to use docker
in a terminal run :
docker image build -t name:tag repo
with repo being the repository directory
you can now run the container use :
docker run name:tag