Skip to content

Commit

Permalink
Merge pull request #130 from Whats-Cookin/make-some-changes-in-Docker…
Browse files Browse the repository at this point in the history
…-file-to-use-yarn

make some changes in Docker file to use yarn
  • Loading branch information
AhmedAbdelmenam authored Aug 20, 2024
2 parents 3861e5b + 438c7c8 commit 91a8671
Show file tree
Hide file tree
Showing 3 changed files with 4,326 additions and 4,385 deletions.
1 change: 0 additions & 1 deletion .github/workflows/webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
- dev
pull_request:
types:
- closed
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ RUN apt-get install -y openssl
WORKDIR /app

COPY package.json ./
COPY package-lock.json ./
COPY yarn.lock ./

COPY ./prisma ./prisma

COPY ./.env ./

RUN npm install
RUN yarn
RUN npx prisma generate

EXPOSE 9000
Expand Down
Loading

0 comments on commit 91a8671

Please sign in to comment.