WIP: Import deno modules for use with import maps
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-09 15:17:35 +02:00
parent 64de4deddd
commit 78ecef80dc
9 changed files with 463 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y nodejs
WORKDIR /akkounts
COPY ["Gemfile", "Gemfile.lock", "package.json", "./"]
COPY ["Gemfile", "Gemfile.lock", "package.json", "yarn.lock", "./"]
RUN bundle install
RUN gem install foreman