Skip to content

Commit 6387da4

Browse files
author
pikachuren
committed
Updated20250417160935
1 parent 6266f1a commit 6387da4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DockerUI/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu
22

33
WORKDIR /app
4-
COPY /app/* /app/*
4+
COPY /app/ /app/
55
RUN apt update && apt -y install mono-complete
66
EXPOSE 80
77
CMD ["mono", "/app/TimeStamping.exe"]

0 commit comments

Comments
 (0)