Gabriel Filipe Manso Araujo
Gabriel Filipe Manso Araujo
The error was happening because of 2 factors: 1. In the Dockerfile botflow was written as `botFlow` instead of `botflow`. ``` FROM node:10-jessie-slim RUN mkdir /botflow WORKDIR /botflow COPY ./app...
Thanks, I just sent the PR (https://github.com/lappis-unb/BotFlowAPI/pull/25).
Also, to optimize the Dockerfile was added the following line: ``` RUN yarn install # cache the command CMD ["sh", "-c", "yarn start"] ```
This issue is dependent on https://github.com/lappis-unb/BotFlowAPI/pull/30 . Thus, first, the PR must be accepted to proceed with the test job of the CI pipeline.
Following the procedures according to #153.
I am currently checking the status of #95 #149 #76 #48 and will be working on these in the exposed order. #### Checklist: - [x] #95 - [x] #149 -...
Following the procedures according to #153.
The first inspection was done! - There was a try to create the CI/CD using Travis but only the build stage was completed for the front-end repository. - The CI/CD...
After a meeting with Carla and the members of the team, it was decided that this issue needed to be split into 4. #170 Create CI (back-end); #168 Create CI...
Waiting for review!