Skip to content

Commit 3212960

Browse files
committed
again?
1 parent e21e6ef commit 3212960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM node:18 as builder
44
WORKDIR /usr/src/app
55
COPY package*.json ./
66
RUN npm install --production
7-
COPY public/ public/
7+
COPY public public
88

99
# final
1010
FROM node:18-slim

0 commit comments

Comments
 (0)