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 920dbed commit a241c5bCopy full SHA for a241c5b
mrt-services/ui/Dockerfile
@@ -5,8 +5,7 @@
5
# See https://itnext.io/docker-rails-puma-nginx-postgres-999cd8866b18
6
# docker build -t cdluc3/mrt-dashboard .
7
8
-#FROM ruby:2.6.6
9
-FROM ruby:3.0
+FROM ruby:3
10
RUN apt-get update -y -qq && apt-get install -y build-essential libpq-dev nodejs && apt-get -y upgrade
11
12
# Set an environment variable where the Rails app is installed to inside of Docker image
0 commit comments