Skip to content

Commit 66bebf0

Browse files
committed
fix: Dockerfile
1 parent e542d70 commit 66bebf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ COPY ./web .
2424
RUN npm install && \
2525
npm run build && \
2626
mkdir -p /var/www/html && \
27-
cp /app/dist /var/www/html -r
27+
cp /app/dist/. /var/www/html -r
2828

2929
FROM alpine:latest
3030

0 commit comments

Comments
 (0)