Skip to content

Commit

Permalink
fix(ui): Change to bootstrap dropdown and remove table
Browse files Browse the repository at this point in the history
  • Loading branch information
pando85 committed Feb 6, 2024
1 parent e9ac3ea commit 2d33960
Show file tree
Hide file tree
Showing 4 changed files with 214 additions and 303 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# target build source: https://github.com/markus-perl/ffmpeg-build-script/blob/v1.48/Dockerfile
FROM ubuntu:22.04 AS build
ARG BASE_IMAGE=ubuntu:22.04@sha256:e9569c25505f33ff72e88b2990887c9dcf230f23259da296eb814fc2b41af999
FROM ${BASE_IMAGE} AS build

ARG FFMPEG_BUILD_SCRIPT_VERSION=1.48

Expand Down
Loading

0 comments on commit 2d33960

Please sign in to comment.