This website works better with JavaScript.
Explore
Help
Sign In
cheetah
/
telegram-screenshot-share
Watch
1
Star
0
Fork
You've already forked telegram-screenshot-share
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d13987ac2b
telegram-screenshot-share
/
backend
/
Dockerfile
6 lines
89 B
Docker
Raw
Normal View
History
Unescape
Escape
whoops wrong image name
3 years ago
FROM
archlinux:latest
Merge Dockerfile and example files for backend support example (#7) * Add template dockerfile for testing * Switch to holo-docker image * Add default entrypoint.sh * Updated dockerfile to reflect CI/CD on database * Add template makefile, main.c * Adjusted entrypoint.sh to actually build binary * Made entrypoint.sh executable * Big README update and comments in Dockerfile
3 years ago
Add template dockerfile for testing
3 years ago
ADD
./backend/ /source
ADD
./build/backend /build
WORKDIR
/source