mirror of
https://gitlab.com/mobicoop/v3/service/user.git
synced 2025-12-31 04:32:39 +00:00
test ci --check
This commit is contained in:
@@ -16,10 +16,11 @@ RUN npm ci
|
||||
# Bundle app source
|
||||
COPY . .
|
||||
|
||||
# Generate prisma client
|
||||
RUN npx prisma generate
|
||||
|
||||
# Creates a "dist" folder
|
||||
# Create a "dist" folder
|
||||
RUN npm run build
|
||||
|
||||
# Start the server using the production build
|
||||
# Start the server
|
||||
CMD [ "node", "dist/main.js" ]
|
||||
|
||||
Reference in New Issue
Block a user