Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Commit

Permalink
docker: remove contrib package related build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Mar 12, 2019
1 parent fcb9c25 commit d7d4b21
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# This is the "master" Docker file building the back-office front-end.
# The front-end only includes the "contrib" package for now.
# This is the "master" Docker file used to prepare de production building.

FROM node:10-alpine

Expand All @@ -10,14 +9,5 @@ WORKDIR /app

RUN yarn --frozen-lockfile && yarn cache clean

COPY ./lerna.json /app/lerna.json
COPY ./packages/contrib/package.json /app/packages/contrib/package.json
COPY ./packages/contrib/yarn.lock /app/packages/contrib/yarn.lock

RUN yarn lerna bootstrap && yarn cache clean

COPY ./knexfile.js /app/knexfile.js
COPY ./db /app/db
COPY ./packages /app/packages

RUN yarn build

0 comments on commit d7d4b21

Please sign in to comment.