Skip to content

Conversation

@Omicron166
Copy link

Fixed the bug in #8 and some other things related to docker

@crock pls check this

Dockerfile might copy node_modules from origin and override the docker installation
package-lock.json generate an error during npm install
docker recomends this
@crock
Copy link
Owner

crock commented Mar 20, 2022

@Omicron166 Docker file still works the way it is written btw. The reason why * is there is so it can also copy package-lock.json because that can be important when using in a team environment.

@Omicron166
Copy link
Author

@Omicron166 Docker file still works the way it is written btw. The reason why * is there is so it can also copy package-lock.json because that can be important when using in a team environment.

I disabled the package-lock.json because is created with an older version of npm and that cause error while building the docker image

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants