mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-18 04:06:19 +00:00
ci: include backend integration tests
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
FROM openstapps:workspace as pruned
|
||||
|
||||
USER root
|
||||
RUN pnpm --filter @openstapps/api-cli --prod deploy /pruned
|
||||
|
||||
FROM registry.gitlab.com/openstapps/projectmanagement/node:v18
|
||||
|
||||
USER node
|
||||
ENV NODE_ENV=production
|
||||
WORKDIR /app
|
||||
|
||||
COPY --chown=node:node --from=pruned pruned .
|
||||
COPY --chown=node:node pruned .
|
||||
|
||||
ENTRYPOINT ["node", "app.js"]
|
||||
CMD ["--help"]
|
||||
|
||||
Reference in New Issue
Block a user