Skip to content

Commit 525879a

Browse files
committed
Add support for dependencies over Git
1 parent 42762fb commit 525879a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ FROM node:9.5.0-alpine
22

33
LABEL maintainer="[email protected]"
44

5+
RUN apk update && apk upgrade && apk add --no-cache bash git openssh
6+
57
ENV MU_SPARQL_ENDPOINT 'http://database:8890/sparql'
68
ENV MU_APPLICATION_GRAPH 'http://mu.semte.ch/application'
79
ENV NODE_ENV 'production'

0 commit comments

Comments
 (0)