We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe759d5 commit 8b090e5Copy full SHA for 8b090e5
Dockerfile
@@ -2,5 +2,4 @@ FROM ubuntu:22.04
2
WORKDIR /app
3
COPY target/release/GitDataOS .
4
RUN chmod +x GitDataOS
5
-RUN rm -rf /tmps
6
CMD ["/app/GitDataOS"]
vite-project/charts/templates/deployment.yaml
@@ -17,7 +17,7 @@ spec:
17
apptype: gitdataweb
18
spec:
19
containers:
20
- - name: gitdata-ui
+ - name: gitdataweb
21
image: {{ .Values.image }}
22
imagePullPolicy: Always
23
ports:
0 commit comments