Docker compose file for production erros #1595
Answered
by
JarrodMFlesch
parthapaul7
asked this question in
Q&A
-
I am facing lot of issues in the production of with docker-compose
it is showing errors like this
Docker is working fine in development mode with |
Beta Was this translation helpful? Give feedback.
Answered by
JarrodMFlesch
Dec 5, 2022
Replies: 1 comment
-
@parthapaul7 Try |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zubricks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@parthapaul7
copyfiles
is a devDependency, it is required to runyarn build
so you will need to install it before running that command.Try
command: sh -c "yarn add copyfiles && yarn install && yarn build && yarn serve"