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.
43d9b29d04
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '43d9b29d04'
${ noResults }
telegram-screenshot-share
/
backend
/
Dockerfile
5 lines
101 B
Docker
Raw
Normal View
History
Unescape
Escape
Switch to holo-docker image
2 years ago
FROM
ghcr.io/steamdeckhomebrew/holo-base: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
Updated dockerfile to reflect CI/CD on database
2 years ago
ENTRYPOINT
[
"/source/entrypoint.sh"
]
Add template dockerfile for testing
2 years ago
Updated dockerfile to reflect CI/CD on database
2 years ago
WORKDIR
/src