Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 376 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 376 Bytes

Warning

Backend service discontinued

AnyConvert Website of fzn0x.rocks

The website targets the latest version of Chrome, Safari, and Firefox.

Setup Docker

# build image
docker build  -f ./Dockerfile . -t remix/run

# run container
docker run -d --name remix-server -p 3000:3000 remix/run