„Scripte/Dockerfile“ ändern

This commit is contained in:
Christian Seyfferth 2020-05-07 09:47:00 +02:00
parent 389b86d24c
commit cba642c120

View File

@ -1,2 +1,3 @@
FROM node:12-alpine FROM node:12-alpine
RUN npm install -g gulp RUN npm install -g gulp
RUN npm install