Skip to content

Commit 037348e

Browse files
fix docker file - copy static folder
1 parent 86a4b7f commit 037348e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DockerfileODH

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:latest
22

33
# Copy only the required directories and files
44
COPY main ./main
5-
COPY ./static /static
5+
COPY ./orphan-domain-handler/static /static
66

77

88

0 commit comments

Comments
 (0)