mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-03-05 22:32:39 +00:00
6 lines
59 B
Docker
6 lines
59 B
Docker
FROM node:10-alpine
|
|
|
|
RUN apk update && apk add git
|
|
|
|
CMD []
|