Skip to content

Commit 5c0bdc3

Browse files
committed
Update Dockerfile
1 parent 283102b commit 5c0bdc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ COPY package.json yarn.lock ./
1010
RUN yarn install --production
1111

1212
# Copy app files
13+
COPY public ./public
1314
COPY assets ./assets
1415
COPY dist ./dist
1516

0 commit comments

Comments
 (0)