Added dockerfile to build assets via Gulp; updated docker scripts

This commit is contained in:
2025-07-23 23:24:49 -04:00
parent 31b8404be1
commit ecb696372d
6 changed files with 23 additions and 3 deletions

View File

@ -2,7 +2,7 @@ FROM ruby:3.4
RUN gem install bundler
WORKDIR /src
WORKDIR /usr/src/game-data
COPY Gemfile Gemfile.l*ck ./
@ -13,3 +13,4 @@ RUN gem install rake
COPY . ./
ENTRYPOINT ["bash", "entrypoints/dev.sh"]