Skip to content

Commit

Permalink
chore(build): fixed docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Jul 15, 2021
1 parent 463607b commit 70c0f10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ WORKDIR /usr/src/trudesk
COPY . /usr/src/trudesk

RUN apk add --no-cache --update bash make gcc g++ python
RUN npm install -g yarn
RUN yarn install --production=true
RUN npm rebuild bcrypt node-sass --build-from-source
RUN cp -R node_modules prod_node_modules
Expand Down

0 comments on commit 70c0f10

Please sign in to comment.