We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19cd40e commit 938e5b9Copy full SHA for 938e5b9
docker/Dockerfile
@@ -53,8 +53,9 @@ WORKDIR /app
53
RUN npm install -g pnpm
54
55
# Copy root package.json and the entire apps directory
56
-COPY package*.json ./
57
-COPY apps ./apps
+COPY ../package*.json ./
+COPY ../apps ./apps
58
+
59
60
# Set working directory to the API folder
61
WORKDIR /app/apps/api
0 commit comments