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 1026ebb commit b4cd54aCopy full SHA for b4cd54a
Dockerfile
@@ -30,7 +30,7 @@ COPY package.json pnpm-lock.yaml ./
30
# --frozen-lockfile ensures we use exact versions from pnpm-lock.yaml for reproducible builds
31
RUN pnpm install --frozen-lockfile
32
33
-# Copy all remaining pplication files into the container
+# Copy all remaining application files into the container
34
# This includes source code, configuration files, and dependency specifications
35
# (Excludes files specified in .dockerignore)
36
COPY . .
0 commit comments