forked from mirrors/easyappointments
Normalize line breaks when starting Docker environment within a windows environment.
This commit is contained in:
parent
49c856054c
commit
ca6c62578f
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ RUN docker-php-ext-install mysqli gettext
|
|||
COPY ./src $PROJECT_DIR
|
||||
COPY docker-entrypoint.sh /entrypoint.sh
|
||||
|
||||
RUN sed -i 's/\r//' /entrypoint.sh
|
||||
|
||||
VOLUME $PROJECT_DIR/storage
|
||||
|
||||
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
|
||||
|
|
Loading…
Reference in a new issue