COPY profiles/zh/profile.json \
     profiles/zh/custom_words.txt \
     profiles/zh/espeak_phonemes.txt \
     profiles/zh/phoneme_examples.txt \
     profiles/zh/frequent_words.txt \
     profiles/zh/sentences.ini \
     profiles/zh/stop_words.txt ${RHASSPY_APP}/profiles/zh/

COPY profiles/hi/ \
     profiles/hi/profile.json \
     profiles/hi/custom_words.txt \
     profiles/hi/espeak_phonemes.txt \
     profiles/hi/phoneme_examples.txt \
     profiles/hi/frequent_words.txt \
     profiles/hi/sentences.ini \
     profiles/hi/stop_words.txt ${RHASSPY_APP}/profiles/hi/

COPY profiles/el/profile.json \
     profiles/el/custom_words.txt \
     profiles/el/espeak_phonemes.txt \
     profiles/el/phoneme_examples.txt \
     profiles/el/frequent_words.txt \
     profiles/el/sentences.ini \
     profiles/el/stop_words.txt ${RHASSPY_APP}/profiles/el/

COPY profiles/de/profile.json \
     profiles/de/custom_words.txt \
     profiles/de/espeak_phonemes.txt \
     profiles/de/phoneme_examples.txt \
     profiles/de/frequent_words.txt \
     profiles/de/sentences.ini \
     profiles/de/stop_words.txt ${RHASSPY_APP}/profiles/de/

COPY profiles/de/kaldi/custom_words.txt \
     profiles/de/kaldi/espeak_phonemes.txt \
     profiles/de/kaldi/phoneme_examples.txt \
     ${RHASSPY_APP}/profiles/de/kaldi/

COPY profiles/it/profile.json \
     profiles/it/custom_words.txt \
     profiles/it/espeak_phonemes.txt \
     profiles/it/phoneme_examples.txt \
     profiles/it/frequent_words.txt \
     profiles/it/sentences.ini \
     profiles/it/stop_words.txt ${RHASSPY_APP}/profiles/it/

COPY profiles/es/profile.json \
     profiles/es/custom_words.txt \
     profiles/es/espeak_phonemes.txt \
     profiles/es/phoneme_examples.txt \
     profiles/es/frequent_words.txt \
     profiles/es/sentences.ini \
     profiles/es/stop_words.txt ${RHASSPY_APP}/profiles/es/

COPY profiles/fr/profile.json \
     profiles/fr/custom_words.txt \
     profiles/fr/espeak_phonemes.txt \
     profiles/fr/phoneme_examples.txt \
     profiles/fr/frequent_words.txt \
     profiles/fr/sentences.ini \
     profiles/fr/stop_words.txt ${RHASSPY_APP}/profiles/fr/
     
COPY profiles/fr/kaldi/custom_words.txt \
     profiles/fr/kaldi/espeak_phonemes.txt \
     profiles/fr/kaldi/phoneme_examples.txt \
     ${RHASSPY_APP}/profiles/fr/kaldi/

COPY profiles/ru/profile.json \
     profiles/ru/custom_words.txt \
     profiles/ru/espeak_phonemes.txt \
     profiles/ru/phoneme_examples.txt \
     profiles/ru/frequent_words.txt \
     profiles/ru/sentences.ini \
     profiles/ru/stop_words.txt ${RHASSPY_APP}/profiles/ru/

COPY profiles/nl/profile.json \
     profiles/nl/custom_words.txt \
     profiles/nl/espeak_phonemes.txt \
     profiles/nl/phoneme_examples.txt \
     profiles/nl/frequent_words.txt \
     profiles/nl/sentences.ini \
     profiles/nl/stop_words.txt ${RHASSPY_APP}/profiles/nl/

COPY profiles/nl/kaldi/custom_words.txt \
     profiles/nl/kaldi/espeak_phonemes.txt \
     profiles/nl/kaldi/phoneme_examples.txt \
     ${RHASSPY_APP}/profiles/nl/kaldi/

COPY profiles/vi/profile.json \
     profiles/vi/custom_words.txt \
     profiles/vi/espeak_phonemes.txt \
     profiles/vi/phoneme_examples.txt \
     profiles/vi/frequent_words.txt \
     profiles/vi/sentences.ini \
     profiles/vi/stop_words.txt ${RHASSPY_APP}/profiles/vi/

COPY profiles/pt/profile.json \
     profiles/pt/custom_words.txt \
     profiles/pt/espeak_phonemes.txt \
     profiles/pt/phoneme_examples.txt \
     profiles/pt/frequent_words.txt \
     profiles/pt/sentences.ini \
     profiles/pt/stop_words.txt ${RHASSPY_APP}/profiles/pt/

COPY profiles/sv/profile.json \
     profiles/sv/custom_words.txt \
     profiles/sv/espeak_phonemes.txt \
     profiles/sv/phoneme_examples.txt \
     profiles/sv/frequent_words.txt \
     profiles/sv/sentences.ini \
     profiles/sv/stop_words.txt ${RHASSPY_APP}/profiles/sv/

COPY profiles/ca/profile.json \
     profiles/ca/custom_words.txt \
     profiles/ca/espeak_phonemes.txt \
     profiles/ca/phoneme_examples.txt \
     profiles/ca/frequent_words.txt \
     profiles/ca/sentences.ini \
     profiles/ca/stop_words.txt ${RHASSPY_APP}/profiles/ca/

COPY profiles/en/profile.json \
     profiles/en/custom_words.txt \
     profiles/en/espeak_phonemes.txt \
     profiles/en/phoneme_examples.txt \
     profiles/en/frequent_words.txt \
     profiles/en/sentences.ini \
     profiles/en/stop_words.txt ${RHASSPY_APP}/profiles/en/

COPY profiles/en/kaldi/custom_words.txt \
     profiles/en/kaldi/espeak_phonemes.txt \
     profiles/en/kaldi/phoneme_examples.txt \
     ${RHASSPY_APP}/profiles/en/kaldi/
