Problem I’m new to docker and after much research and stufy I’ve created a sample application and would like it […]
Tag: dockerfile
Shell script to build executable from node.js
Problem I’m trying ompile archive node.js executable into one executable using node-packer. For my all packages, executables of node.js are […]
Combining ADD and VOLUME on a nodejs Dockerfile
Problem I have a node project. My scripts section of package.json looks like this: “scripts”: { “postinstall”: “gulp”, “start”: “node […]
Reviewing the Dockerfile and docker-compose.yml files for a basic nodejs mysql project
Problem I’m new to docker and after much research and stufy I’ve created a sample application and would like it […]
A Dockerfile for Composer (a dependency manager for PHP)
Problem I recently built a Docker image for Composer. I’d love to get a review of the image, the Bash […]
Dockerfile for Laravel deployment
Problem I’m looking for reviews about my first dockfile. I don’t want to develop bad habits. The purpose is to […]
Implementation of Gitlab CI + Docker + Spring Boot
Problem i would really appreciate if anyone could invest a bit of time to review what i did. Basically this […]