Add quotes around curl argument
This commit is contained in:
parent
929991dcca
commit
6b98dd6055
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ RUN yarn install && \
|
|||
yarn build
|
||||
|
||||
# Pull translation
|
||||
RUN curl https://localise.biz/api/export/locale/en.yml?key=RCrByb141Z9P3QjMhWgHrqRrdxu9x-Rro&format=symfony > translations/messages.en.yml
|
||||
RUN curl https://localise.biz/api/export/locale/de.yml?key=RCrByb141Z9P3QjMhWgHrqRrdxu9x-Rro&format=symfony > translations/messages.de.yml
|
||||
RUN curl "https://localise.biz/api/export/locale/en.yml?key=RCrByb141Z9P3QjMhWgHrqRrdxu9x-Rro&format=symfony" > translations/messages.en.yml
|
||||
RUN curl "https://localise.biz/api/export/locale/de.yml?key=RCrByb141Z9P3QjMhWgHrqRrdxu9x-Rro&format=symfony" > translations/messages.de.yml
|
||||
|
||||
RUN cp .env.staging .env
|
||||
|
||||
|
|
Reference in a new issue