Skip to content
Snippets Groups Projects
Commit 5894dc98ccce authored by Cédric Krier's avatar Cédric Krier :atom:
Browse files

Use default gulp task in Dockerfile

parent 23131ed393a5
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
COPY js js/
COPY sass sass/
RUN npm install
RUN node_modules/.bin/gulp js sass
RUN node_modules/.bin/gulp
FROM debian:stretch-slim
LABEL maintainer="Tryton <foundation@tryton.org>" \
......
......@@ -60,4 +60,4 @@
gulp.watch(['iconfont/*'], ['iconfont']);
});
gulp.task('default', ['js', 'iconfont', 'sass', 'watch']);
gulp.task('default', ['js', 'iconfont', 'sass']);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment