[TASK] update Dockerfile
This commit is contained in:
parent
d58e4a134a
commit
b1f5ebcf7a
@ -14,9 +14,8 @@ steps:
|
||||
- name: Run Gulp
|
||||
image: gulp-node:${DRONE_COMMIT}
|
||||
commands:
|
||||
- which gulp
|
||||
- npm install
|
||||
- /usr/local/bin/gulp
|
||||
- gulp
|
||||
- zip public.zip dist/*
|
||||
|
||||
- name: Upload Artifacts
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
FROM node:12-alpine
|
||||
RUN npm install -g gulp
|
||||
RUN npm install
|
||||
RUN apk install graphicsmagick
|
||||
Loading…
x
Reference in New Issue
Block a user