Skip to content

Commit 938e5b9

Browse files
adding docker file data for deployment.
1 parent 19cd40e commit 938e5b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ WORKDIR /app
5353
RUN npm install -g pnpm
5454

5555
# Copy root package.json and the entire apps directory
56-
COPY package*.json ./
57-
COPY apps ./apps
56+
COPY ../package*.json ./
57+
COPY ../apps ./apps
58+
5859

5960
# Set working directory to the API folder
6061
WORKDIR /app/apps/api

0 commit comments

Comments
 (0)