Skip to content

Commit 86a4b7f

Browse files
add docker file for orphan-domain-handler
1 parent a2cba04 commit 86a4b7f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

DockerfileODH

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
FROM alpine:latest
2+
3+
# Copy only the required directories and files
4+
COPY main ./main
5+
COPY ./static /static
6+
7+
8+
9+
RUN chmod 777 /main
10+
11+
EXPOSE 8000
12+
13+
CMD ["/main"]

0 commit comments

Comments
 (0)