2
0
mirror of https://github.com/thedevs-network/the-guard-bot synced 2025-08-30 21:55:17 +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

View File

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