trying a CMD fix for docker and added FK relationship to users table
This commit is contained in:
+1
-1
@@ -20,4 +20,4 @@ WORKDIR /app
|
||||
COPY . .
|
||||
RUN npm install --force
|
||||
|
||||
CMD ["npm", "run", "start"]
|
||||
CMD npm run start
|
||||
|
||||
Reference in New Issue
Block a user