We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b465a41 commit 9719168Copy full SHA for 9719168
Dockerfile
@@ -1,6 +1,6 @@
1
FROM ubuntu:22.04
2
WORKDIR /tmps
3
-COPY . .
+COPY target .
4
RUN ls .
5
WORKDIR /app
6
RUN cp /tmps/target/release/GitDataOS .
0 commit comments