This website works better with JavaScript.
Explore
Help
Sign In
ndumas
/
self-host
Watch
1
Star
0
Fork
You've already forked self-host
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.
2ac784bd09
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '2ac784bd09'
${ noResults }
self-host
/
drone-plugins
/
sanitize-links
/
Dockerfile
7 lines
85 B
Docker
Raw
Normal View
History
Unescape
Escape
Copying script into Docker image
2 years ago
FROM
alpine
let's see what happens here
2 years ago
Updating sanitize links to work with my new figure shortcode
2 years ago
RUN
apk update
RUN
apk add sed
Copying script into Docker image
2 years ago
COPY
sanitize-links /bin/sanitize-links