Fix docker volume mappings for node_modules, improve docker-compose usage #138

Merged
raucao merged 6 commits from bugfix/fix-docker-mapping into master 2023-06-23 15:38:31 +00:00
Showing only changes of commit 652ed5f7e3 - Show all commits

View File

@@ -9,9 +9,9 @@ RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash -
RUN apt-get update && apt-get install -y nodejs
WORKDIR /akkounts
COPY Gemfile /akkounts/Gemfile
COPY Gemfile.lock /akkounts/Gemfile.lock
COPY package.json /akkounts/package.json
COPY ["Gemfile", "Gemfile.lock", "package.json", "./"]
RUN bundle install
RUN gem install foreman
RUN npm install -g yarn