Bluzzi
Explore posts from serversProject with Docker that should not use Docker
I have a NodeJS repo that has a Dockerfile, but I would like to be able to deploy it without using this Dockerfile.
In fact, my Dockerfile is for the website using NextJS, but I also have a Storybook that I would like to run (
npm run sb:build && npm run sb:start
), except that I can't specify a build command when a Dockerfile is present.
Project ID : 3b773474-929b-4462-8ef5-d08b82873b046 replies