Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Fix issue with unknown directories

#!components: grid-bot

Signed-off-by: Nikita Petko <petko@vmminfra.net>
  • Loading branch information
jf-06 authored Jul 1, 2024
1 parent 5677a56 commit 591e666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/grid-bot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0.1-jammy
WORKDIR /opt/grid
COPY . /opt/grid/

COPY ./ssl/global-root-ca.crt /usr/local/share/ca-certificates/global-root-ca.crt
COPY /opt/grid/ssl/global-root-ca.crt /usr/local/share/ca-certificates/global-root-ca.crt
RUN chmod 644 /usr/local/share/ca-certificates/global-root-ca.crt && update-ca-certificates

RUN mkdir /opt/grid/logs
Expand Down

0 comments on commit 591e666

Please sign in to comment.