Forum OpenACS Development: Re: Maps in OpenACS

Collapse
5: Re: Maps in OpenACS (response to 1)
Posted by Neophytos Demetriou on
Dockerfile updated. Many thanks to Adrian Ferenc and Dr. Yuen for getting it to work on MacOS and Windows.

docker run --network host neo-openacs-packages:latest

If you are on MacOS or Windows, please use the following command instead:

docker run -d -p 8000:8000 neo-openacs-packages:latest

Not sure if the detach (-d) flag is needed. Other than that, it should work.