mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-09-23 19:31:54 +00:00
8 lines
75 B
Docker
8 lines
75 B
Docker
FROM node:10-alpine
|
|
|
|
RUN apk update && apk add git curl
|
|
|
|
USER node
|
|
|
|
CMD []
|