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:
6
.docker/base/Dockerfile
Normal file
6
.docker/base/Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user