issues
search
iebb
/
F1WebViewer-SelfHosted
Self-hosted reverse-proxy for F1 web viewer.
Apache License 2.0
67
stars
11
forks
source link
Improved Docker image and workflow
#4
Closed
FelixSFD
closed
2 years ago
FelixSFD
commented
2 years ago
Use
ENTRYPOINT
instead of
CMD
so you can pass parameters from
docker run
to the application
added GitHub Action to build the image automatically
ENTRYPOINT
instead ofCMD
so you can pass parameters fromdocker run
to the application