Skip to content
Snippets Groups Projects
Commit 13987ced authored by Wilson JALLET's avatar Wilson JALLET :money_with_wings:
Browse files

install knex inside of Docker

parent 914ed1c1
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ RUN apk add --no-cache make gcc g++ python
COPY package*.json ./
# Install app dependencies
RUN npm install --only=production
RUN npm install --only=production && npm i -g knex
ARG TARGET_ENV
ENV HOST=0.0.0.0
......
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