We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2740885 commit 2a539b6Copy full SHA for 2a539b6
Dockerfile.dev
@@ -1,4 +1,4 @@
1
-FROM ruby:2.7.2-alpine3.12
+FROM ruby:3.0-alpine3.12
2
3
RUN gem install bundler:2.1.4
4
@@ -9,7 +9,7 @@ RUN apk update --no-cache && \
9
WORKDIR /app
10
11
COPY ./lib/ /app/lib/
12
-COPY matestack-ui-vue_js.gemspec /app/
+COPY matestack-ui-vuejs.gemspec /app/
13
COPY Gemfile* /app/
14
RUN bundle install
15
Dockerfile.test
0 commit comments