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 ab3cc41 commit 454ae00Copy full SHA for 454ae00
Dockerfile
@@ -4,7 +4,7 @@ FROM oven/bun:latest AS frontend-builder
4
WORKDIR /usr/src/frontend
5
6
# Copy frontend files
7
-COPY frontend/package*.json ./
+COPY frontend/package.json ./
8
RUN bun install
9
10
COPY frontend/ ./
0 commit comments