Skip to content

Commit 9719168

Browse files
committed
feat: Update Node.js version in frontend workflow
1 parent b465a41 commit 9719168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu:22.04
22
WORKDIR /tmps
3-
COPY . .
3+
COPY target .
44
RUN ls .
55
WORKDIR /app
66
RUN cp /tmps/target/release/GitDataOS .

0 commit comments

Comments
 (0)