1
0
Fork 0

chore(lint): include lint in build process

This commit is contained in:
Antoine CARON 2019-02-05 16:50:05 +01:00 committed by Traefiker Bot
parent f19c497621
commit 54ca0ce34f
2 changed files with 5 additions and 6 deletions

View file

@ -12,3 +12,5 @@ RUN yarn install
COPY . $WEBUI_DIR/
EXPOSE 8080
RUN yarn lint