2
0
mirror of https://github.com/thedevs-network/the-guard-bot synced 2025-08-30 05:37:59 +00:00

Removed installation of git

@wojpawlik mentioned it would not be needed anymore.
This commit is contained in:
Christian Romeni 2020-05-12 22:47:51 +02:00 committed by GitHub
parent 62d4023dfe
commit 6b5ed4ac47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,5 @@
FROM node:alpine
RUN apk add git
WORKDIR /app
COPY package*.json ./