19 lines
464 B
Markdown
19 lines
464 B
Markdown
|
# Super Hightech Paint 1
|
||
|
## Text
|
||
|
A friend of mine found this new super cool paint program that he wants to use.
|
||
|
Sadly its not free and couldn't find any license keys for the software online.
|
||
|
Luckily he knows you and knows you can usually figure out stuff like this. Can
|
||
|
you generate a license key for him?
|
||
|
|
||
|
You can contact him via
|
||
|
nc <ip> <port>
|
||
|
|
||
|
## Files
|
||
|
super-hightech-paint
|
||
|
|
||
|
## How to Deploy
|
||
|
|
||
|
docker build .
|
||
|
docker run -p 3002:3002 -it <docker-container>
|
||
|
|