Skip to content
Snippets Groups Projects
Commit 17613ec4 authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

fix: ignore mkdir if folders exist

parent 9544c216
Branches
No related tags found
1 merge request!87Resolve "TECH - Better local config"
Pipeline #73685 passed
...@@ -38,7 +38,7 @@ RUN CGO_ENABLED=0 go build \ ...@@ -38,7 +38,7 @@ RUN CGO_ENABLED=0 go build \
-ldflags='-w -s -extldflags "-static"' -a \ -ldflags='-w -s -extldflags "-static"' -a \
-o /app/backoffice-server . -o /app/backoffice-server .
RUN mkdir /app/mnt /app/mnt/configs RUN mkdir -p /app/mnt /app/mnt/configs
RUN chown -Rf "${UID}" ./* RUN chown -Rf "${UID}" ./*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment