mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
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