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