mirror of
https://gitlab.com/mobicoop/v3/service/user.git
synced 2025-12-31 02:32:39 +00:00
new ci --check
This commit is contained in:
@@ -19,11 +19,8 @@ COPY . .
|
||||
# Creates a "dist" folder
|
||||
RUN npm run build
|
||||
|
||||
# Execute prisma migration
|
||||
RUN npm run migrate-test-ci
|
||||
|
||||
# Execute unit tests
|
||||
RUN npm run test:unit
|
||||
|
||||
# Start the server using the production build
|
||||
CMD [ "node", "dist/main.js" ]
|
||||
# CMD [ "node", "dist/main.js" ]
|
||||
|
||||
Reference in New Issue
Block a user