Skip to content

Commit 0a33106

Browse files
committed
feat: Update Node.js version in frontend workflow
1 parent af8ae81 commit 0a33106

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Dockerfile

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
FROM ubuntu:22.04
2-
2+
WORKDIR /tmps
3+
COPY . .
34
WORKDIR /app
4-
5-
COPY target/release/GitDataOS .
5+
RUN cp /tmps/target/release/GitDataOS .
6+
RUN chmod +x GitDataOS
7+
RUN rm -rf /tmps
68
CMD ["/app/GitDataOS"]

0 commit comments

Comments
 (0)