Removed unnecessary RUN command
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nils 2019-12-07 14:08:51 +00:00
parent d29919556d
commit 50188b9b1a

View File

@ -11,7 +11,6 @@ RUN npm i gulp-cli -g
RUN npm i gulp -g RUN npm i gulp -g
# run yarn for prerequisits # run yarn for prerequisits
RUN ls -alh /mesh
RUN yarn RUN yarn
# run gulp to build app # run gulp to build app