trying a CMD fix for docker and added FK relationship to users table
Test Workflow / test-and-lint (pull_request) Successful in 42s
Build and Push Image / build-and-push (pull_request) Failing after 1m43s

This commit is contained in:
2026-05-18 22:54:49 -07:00
parent e352a26c66
commit a7001aeb8d
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -20,4 +20,4 @@ WORKDIR /app
COPY . .
RUN npm install --force
CMD ["npm", "run", "start"]
CMD npm run start