Skip to content

Commit

Permalink
fix: kano local build is no more working (close #127)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Jan 13, 2020
1 parent 523afae commit 3a3a91e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/kano/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ ENV NODE_APP_INSTANCE=$NODE_APP_INSTANCE
ARG NODE_ENV
ENV NODE_ENV=$NODE_ENV

WORKDIR /opt/kano
WORKDIR /opt/kdk/kano

COPY kano.tgz .
RUN tar xvf kano.tgz

RUN npm run build

WORKDIR /opt/kano/api
WORKDIR /opt/kdk/kano/api

0 comments on commit 3a3a91e

Please sign in to comment.