Skip to content

Commit

Permalink
Update init container name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jan 30, 2025
1 parent 747edb7 commit 22aa86b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions images/osmcha-web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,5 @@ RUN git clone https://github.com/osmus/osmcha-frontend.git /app
RUN git checkout $GITSHA
RUN yarn install
RUN yarn build:prod
# COPY start.sh .
# CMD [ "/app/start.sh" ]


COPY start.sh .
CMD [ "/app/start.sh" ]
2 changes: 1 addition & 1 deletion osm-seed/templates/osmcha-app/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
volumeMounts:
- name: nginx-assets
mountPath: /assets
- name: init
- name: migrations
image: "{{ .Values.osmchaApi.image.name }}:{{ .Values.osmchaApi.image.tag }}"
command:
- /bin/sh
Expand Down

0 comments on commit 22aa86b

Please sign in to comment.