Starting server
Once server is setup and Docker installed in it, the following command can be used to start the service.
docker run -dp 80:80 --env-file yourEnvFile ourPublicRepo/betterforms:V0.10.84-bfe
Where:
yourEnvFile: env file created according to previous section;
ourPublicRepo: repository where our docker image will be hosted.
Last updated
Was this helpful?