-
Notifications
You must be signed in to change notification settings - Fork 145
canner script:serve does not run server in Docker #111
Comments
@Bedrock02 Hi, since If you are trying to hosting a web server that hosting Canner CMS you should consider using https://www.canner.io/docs/guides-community-intro.html our Canner component to host within your web server. Which will be the same as how you setup other web servers. |
@Bedrock02 , did you get it to work with docker? |
With some help from comments in the issue cli: No such file or directory #118 I have found a solution to your question. You must install version 2.6.3 of @canner/cli . I found that it error'd if installed globally so it's set as a dependancy in package.json The command My files are below. Once you have these, docker-compose.yml
Dockerfile
docker-entrypoint.sh
package.json
schema/canner.schema.js
|
I am trying to set a docker container for my canner project. Locally when I serve on my computer I see
Starting CMS server on http://localhost:9090
However within the docker container I see everything except for that it is serving on 9090
docker-compose.yml
Dockerfile
docker-compose up --build
The text was updated successfully, but these errors were encountered: