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.
7517e7e1c7
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '7517e7e1c7'
${ noResults }
telegram-screenshot-share
/
backend
/
entrypoint.sh
8 lines
100 B
Bash
Raw
Normal View
History
Unescape
Escape
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
#!/bin/sh
set
-e
Adjusted entrypoint.sh to actually build binary
2 years ago
echo
"
Container's IP address: `awk 'END{print
$1
}' /etc/hosts`
"
cd
/backend
make