1
0
mirror of https://github.com/2ec0b4/kaamelott-soundboard.git synced 2025-12-08 23:53:24 +00:00

(master) Modifie la configuration Docker

This commit is contained in:
Antoine
2020-06-17 15:40:27 +02:00
parent 53cfccfe46
commit 97b7b2a0a7
5 changed files with 37 additions and 14 deletions

6
.docker/base/Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM alpine:3.10
WORKDIR /app
RUN set -xe && \
apk -U add bash git curl wget npm && \
npm install -g bower && \
npm install -g gulp