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 1a254b0 commit 3bafd4fCopy full SHA for 3bafd4f
Dockerfile
@@ -6,7 +6,6 @@ FROM node:18-alpine3.18 AS builder
6
WORKDIR /app
7
8
# Copy all files from the repo to /app
9
-# COPY . .
10
COPY /public ./public
11
COPY /src ./src
12
COPY index.html .
0 commit comments