WIP: Import deno modules for use with import maps
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user