surveyjs / surveyjs-nodejs

This demo shows how to integrate SurveyJS components with a NodeJS backend.
https://surveyjs-nodejs.azurewebsites.net
Other
146 stars 93 forks source link

Docker build problem #7

Closed larrybg closed 2 years ago

larrybg commented 6 years ago

"Build postgresql-db docker container via docker build -t postgresql-db . command in the docker/postgresql-db folder" - doesn't work. When running with "-t" docker reports error "docker build" requires exactly 1 argument. I have removed that "-t" and can run this command from "docker" folder... not from docker/postgresql-db. And still unable to build docker container.

larrybg commented 6 years ago

UPDATE: after running only "docker build postgresql-db", docker built something....but a "docker ps -a" cannot find any containers. This is definitely broken

dmitry-kurmanov commented 6 years ago

Hello, we've tried to start the container via the instrucrions in the README and it starts ok. May be you forgot about the dot in this command: docker build -t postgresql-db . ?

tsv2013 commented 2 years ago

I've removed docker code