0.9.0-4: ... kms
All checks were successful
File-uploader-crystal CI / build (push) Successful in 4m53s
All checks were successful
File-uploader-crystal CI / build (push) Successful in 4m53s
This commit is contained in:
parent
c7f30c8245
commit
493322039d
2 changed files with 3 additions and 3 deletions
|
@ -39,7 +39,7 @@ jobs:
|
||||||
name: Build images
|
name: Build images
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: docker/Dockerfile
|
file: Dockerfile
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
|
|
|
@ -30,6 +30,6 @@ COPY --from=builder /file-uploader-crystal/file-uploader-crystal .
|
||||||
RUN chmod o+rX -R ./config
|
RUN chmod o+rX -R ./config
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
USER invidious
|
USER file-uploader-crystal
|
||||||
ENTRYPOINT ["/sbin/tini", "--"]
|
ENTRYPOINT ["/sbin/tini", "--"]
|
||||||
CMD [ "/invidious/file-uploader" ]
|
CMD [ "/file-uploader-crystal/file-uploader-crystal" ]
|
||||||
|
|
Loading…
Reference in a new issue