Skip to content

Commit e9a19d8

Browse files
authored
Update Dockerfile
1 parent 27fede9 commit e9a19d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN /tmp/install-s6 "${TARGETPLATFORM}" && rm -f /tmp/install-s6
3535
EXPOSE 80 81 443
3636

3737
COPY backend /app
38-
COPY frontend/dist /app/frontend
38+
COPY frontend /app/frontend
3939
COPY global /app/global
4040

4141
WORKDIR /app

0 commit comments

Comments
 (0)