[TASK] update Dockerfile

This commit is contained in:
Christian Seyfferth 2020-05-07 21:23:46 +02:00
parent d58e4a134a
commit b1f5ebcf7a
2 changed files with 2 additions and 3 deletions

View File

@ -14,9 +14,8 @@ steps:
- name: Run Gulp - name: Run Gulp
image: gulp-node:${DRONE_COMMIT} image: gulp-node:${DRONE_COMMIT}
commands: commands:
- which gulp
- npm install - npm install
- /usr/local/bin/gulp - gulp
- zip public.zip dist/* - zip public.zip dist/*
- name: Upload Artifacts - name: Upload Artifacts

View File

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