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
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
d13987ac2b
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'd13987ac2b'
${ noResults }
telegram-screenshot-share
/
backend
/
Dockerfile
6 lines
89 B
Docker
Raw
Normal View
History
Unescape
Escape
whoops wrong image name
2 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
2 years ago
Add template dockerfile for testing
2 years ago
ADD
./backend/ /source
ADD
./build/backend /build
WORKDIR
/source