Skip to content

Commit

Permalink
Merge pull request #64 from Samagra-Development/feature/63/upgrade-de…
Browse files Browse the repository at this point in the history
…pendencies

Feature/63/upgrade dependencies
  • Loading branch information
choxx authored Mar 10, 2023
2 parents b9978a1 + dce778b commit a47e534
Show file tree
Hide file tree
Showing 5 changed files with 1,370 additions and 22,330 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:12 AS builder
# Create app directory
WORKDIR /app

# A wildcard is used to ensure both package.json AND package-lock.json are copied
# copy dependency files
COPY package.json ./
COPY yarn.lock ./
COPY prisma ./prisma/
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:12 AS builder
# Create app directory
WORKDIR /app

# A wildcard is used to ensure both package.json AND package-lock.json are copied
# copy dependency files
COPY package.json ./
COPY yarn.lock ./
COPY prisma ./prisma/
Expand Down
Loading

0 comments on commit a47e534

Please sign in to comment.