1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 20:38:58 +00:00

readme fix

This commit is contained in:
Zsolt Ero
2018-02-17 02:05:21 +01:00
parent c40591ee2c
commit c5b6ed442d

View File

@@ -200,7 +200,7 @@ In `Dockerfile`:
RUN mkdir -p /etc/my_init.d
COPY logtime.sh /etc/my_init.d/logtime.sh
RUN chmod +x /etc/my_init.d/logtime.sh
RUN chmod +x /etc/my_init.d/logtime.sh
<a name="environment_variables"></a>