We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e21e6ef commit 3212960Copy full SHA for 3212960
web/Dockerfile
@@ -4,7 +4,7 @@ FROM node:18 as builder
4
WORKDIR /usr/src/app
5
COPY package*.json ./
6
RUN npm install --production
7
-COPY public/ public/
+COPY public public
8
9
# final
10
FROM node:18-slim
0 commit comments