Prod build process

This commit is contained in:
Jason Jordan
2026-05-06 13:28:16 -04:00
parent 1d9025276d
commit e0101be567
223 changed files with 1861 additions and 7105 deletions
+3 -2
View File
@@ -14,6 +14,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
less \
git \
cron \
curl \
dos2unix \
tdsodbc \
freetds-dev \
@@ -34,11 +35,11 @@ RUN gem install foreman
ENTRYPOINT ["./bin/development-entrypoint"]
ENTRYPOINT ["./bin/cron-entrypoint"]
# ENTRYPOINT ["./bin/cron-entrypoint"]
# Expose the application port
EXPOSE 3002
# Set the default command to run the Rails server
CMD ["./bin/dev", "./bin/jobs start"]
CMD ["./bin/dev"]