mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-09-08 20:05:09 +00:00
ci: add scheduled builds
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM node:18-alpine
|
||||
|
||||
RUN apk update && apk add git jq curl python3 build-base
|
||||
|
||||
RUN npm install turbo pnpm --global
|
||||
|
||||
CMD []
|
||||
Reference in New Issue
Block a user