feat: git init + commands

This commit is contained in:
Nick
2019-02-03 02:48:30 -05:00
parent 830ddd9d2c
commit d5028b1bce
8 changed files with 13993 additions and 21 deletions

View File

@@ -29,7 +29,7 @@ FROM node:10.15-alpine
LABEL maintainer="requarks.io"
RUN apk update && \
apk add bash curl git openssh supervisor --no-cache && \
apk add bash curl git openssh gnupg supervisor --no-cache && \
rm -rf /var/cache/apk/* && \
mkdir -p /wiki && \
mkdir -p /logs