This repository contains Dockerfile of Node.js for Docker for Content Dashboard After the container starts up, it would first call npm run build then npm run start, which are scripts defined in package.json from the content dashboard project.
docker run --cap-add SYS_PTRACE -it -p 1337:1337 --rm --name=content-dashboard -v {Source code location}:/src -v /var/log/node:/var/log/node maluuba/content-dashboard
The previous command would give 1337 port to the dashboard
Copyright 2015 Maluuba
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Content type
Image
Digest
sha256:7d7e001d5…
Size
285.3 MB
Last updated
about 10 years ago
docker pull maluuba/content-dashboard