You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM node:latest
RUN npm i -g trevor
COPY .travis.yml .
COPY package.json .
RUN trevor
The text was updated successfully, but these errors were encountered:
pavlochernovyy
changed the title
Is it possible to run trevor already being installed inside one?
Is it possible to run trevor from Docker container already being installed inside one?
Mar 15, 2019
According to this implementation here is a case:
The text was updated successfully, but these errors were encountered: