Browse Source
ci: fix permissions
Signed-off-by: rare-magma <rare-magma@posteo.eu>
pull/3614/head
rare-magma
1 year ago
Failed to extract signature
1 changed files with
1 additions and
0 deletions
-
Dockerfile
|
|
@ -60,6 +60,7 @@ RUN apt-get update && apt-get install -y --no-install-suggests \ |
|
|
|
|
|
|
|
COPY --from=builder /ghostfolio/dist/apps /ghostfolio/apps |
|
|
|
COPY ./docker/entrypoint.sh /ghostfolio/entrypoint.sh |
|
|
|
RUN chown -R node:node /ghostfolio |
|
|
|
WORKDIR /ghostfolio/apps/api |
|
|
|
EXPOSE ${PORT:-3333} |
|
|
|
USER node |
|
|
|