mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Merge pull request #25 from petersendev/fix-entrypoint
mark entrypoint as executable
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
## 0.0.1
|
||||
## 0.0.2
|
||||
|
||||
- transmission-openvpn 2.7 (haugene/transmission-openvpn:2.7)
|
||||
|
||||
@@ -11,4 +11,5 @@ RUN usermod -d /config-internal abc \
|
||||
|
||||
# copy local files
|
||||
COPY root/ /
|
||||
RUN chmod +x /customstart.sh
|
||||
CMD ["dumb-init", "/customstart.sh"]
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "transmission-openvpn",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"slug": "transmission-openvpn",
|
||||
"legacy": true,
|
||||
"maintenance": {
|
||||
|
||||
Reference in New Issue
Block a user