mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 06:22:53 +00:00
ci: add scheduled builds
This commit is contained in:
7
images/node-builder/Dockerfile
Normal file
7
images/node-builder/Dockerfile
Normal file
@@ -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