mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-02-24 00:59:59 -05:00
added ffmpeg to dockerfile
This commit is contained in:
parent
f3019b3b32
commit
3d89015d6b
@ -18,6 +18,7 @@ RUN set -x \
|
|||||||
ca-certificates \
|
ca-certificates \
|
||||||
nginx \
|
nginx \
|
||||||
systemd \
|
systemd \
|
||||||
|
ffmpeg \
|
||||||
mat2 \
|
mat2 \
|
||||||
uwsgi \
|
uwsgi \
|
||||||
uwsgi-plugin-python3 \
|
uwsgi-plugin-python3 \
|
||||||
|
@ -202,7 +202,7 @@ This does mount the upload folder as tmpfs and servers the app on `localhost:818
|
|||||||
##### Podman
|
##### Podman
|
||||||
Build: `podman build -f Dockerfile.production -t matweb-podman .`
|
Build: `podman build -f Dockerfile.production -t matweb-podman .`
|
||||||
|
|
||||||
Run: `podman run -ti -p8181:8080 --read-only --tmpfs /tmp --tmpfs /run/uwsgi --tmpfs=/app/upload --security-opt=no-new-privileges,seccomp=./config/seccomp.json matweb-podman:latest`
|
Run: `podman run -ti -p8181:8080 --read-only --tmpfs /tmp --tmpfs /run/uwsgi --tmpfs=/app/upload --security-opt=no-new-privileges --security-opt=seccomp=./config/seccomp.json matweb-podman:latest`
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user