Skip to content
Snippets Groups Projects
Unverified Commit 5ab8a857 authored by Mgr. Pavel Břoušek's avatar Mgr. Pavel Břoušek
Browse files

test: debug

parent 7def975c
No related branches found
No related tags found
No related merge requests found
...@@ -28,13 +28,16 @@ RUN apt update -y && \ ...@@ -28,13 +28,16 @@ RUN apt update -y && \
# install composer dependencies # install composer dependencies
COPY --from=composer /usr/bin/composer /usr/bin/composer COPY --from=composer /usr/bin/composer /usr/bin/composer
RUN cd /app/token && \ RUN cd /app/token && \
/usr/bin/composer install --no-dev --no-progress /usr/bin/composer install --no-dev --no-progress && \
ls -l vendor/components/ && \
ls -l /app/token/vendor/components/font-awesome/css/all.min.css
# cleanup # cleanup
RUN rm /usr/bin/composer && \ RUN rm /usr/bin/composer && \
apt-get remove -y git unzip && \ apt-get remove -y git unzip && \
apt-get autoremove -y && \ apt-get autoremove -y && \
apt-get clean && \ apt-get clean && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/* && \
ls -l /app/token/vendor/components/font-awesome/css/all.min.css
EXPOSE 9000 EXPOSE 9000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment