Skip to content

Commit 8464710

Browse files
authored
Merge pull request #55 from gottsman/master
Dockerfile Changes
2 parents 64b8573 + 34d2f32 commit 8464710

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine:latest
2-
MAINTAINER Óscar de Arriba <[email protected]>
2+
LABEL maintainer="Óscar de Arriba <[email protected]>"
33

44
##################
55
## BUILDING ##
@@ -76,6 +76,7 @@ RUN mkdir -p /timemachine && \
7676
RUN touch /var/log/afpd.log
7777

7878
ADD entrypoint.sh /entrypoint.sh
79+
RUN chmod +x /entrypoint.sh
7980
ADD start_netatalk.sh /start_netatalk.sh
8081
ADD bin/add-account /usr/bin/add-account
8182
ADD supervisord.conf /etc/supervisor/conf.d/supervisord.conf

0 commit comments

Comments
 (0)