Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 457 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 457 Bytes

EMOJIFY

tests

A simple app that encode ascii text into emoji and decode it

how to use

building the container

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