This website requires JavaScript.
Explore
Help
Register
Sign In
RPJosh
/
memories
Watch
1
Star
0
Fork
You've already forked memories
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
029d3bf1cb
memories
/
Dockerfile
8 lines
96 B
Docker
Raw
Normal View
History
Unescape
Escape
dockerfile: swith to inheriting build
2023-10-20 22:02:59 +00:00
FROM
linuxserver/ffmpeg:latest
Add dockerfile
2023-03-17 17:41:09 +00:00
dockerfile: swith to inheriting build
2023-10-20 22:02:59 +00:00
COPY
run.sh /go-vod.sh
Add dockerfile
2023-03-17 17:41:09 +00:00
EXPOSE
47788
dockerfile: swith to inheriting build
2023-10-20 22:02:59 +00:00
ENTRYPOINT
[
"/go-vod.sh"
]