Merge pull request #25 from petersendev/fix-entrypoint

mark entrypoint as executable
This commit is contained in:
Arne Petersen
2020-01-11 10:30:56 +01:00
committed by GitHub
3 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
## 0.0.1
## 0.0.2
- transmission-openvpn 2.7 (haugene/transmission-openvpn:2.7)

View File

@@ -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"]

View File

@@ -1,6 +1,6 @@
{
"name": "transmission-openvpn",
"version": "0.0.1",
"version": "0.0.2",
"slug": "transmission-openvpn",
"legacy": true,
"maintenance": {