1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00

chore: various tweaks to support running tests in the CI

هذا الالتزام موجود في:
Adam Cooke
2021-07-26 17:38:03 +00:00
الأصل 9288d642b9
التزام c09ab62d0c
21 ملفات معدلة مع 334 إضافات و103 حذوفات

عرض الملف

@@ -15,6 +15,7 @@ RUN apt-get update \
RUN apt-get update && \
apt-get install -y --no-install-recommends \
build-essential \
netcat \
curl \
libmariadbclient-dev \
nano \
@@ -46,6 +47,10 @@ RUN echo $VERSION > VERSION
ENTRYPOINT [ "/docker-entrypoint.sh" ]
CMD ["bundle", "exec"]
# ci target - use --target=ci to skip asset compilation
FROM base AS ci
# prod target - default if no --target option is given
FROM base AS prod
# Copy temporary configuration file which can be used for
# running the asset precompilation.