diff --git a/Dockerfile b/Dockerfile index e10d691..396487e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,5 +16,5 @@ COPY . . EXPOSE 5000 -# Define the command to run your application. + CMD ["sh", "-c", "yarn migrate && yarn build && yarn start"]