From 78ecc2a6bbd0f2f65b0758d522bd1cab54980fb2 Mon Sep 17 00:00:00 2001 From: sam Date: Sat, 14 May 2022 20:43:54 +0430 Subject: [PATCH] add expose --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 75a88af..23fb1a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,8 @@ RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && \ RUN mkdir /app WORKDIR /app +EXPOSE 3000 + COPY Gemfile* package.json yarn.lock /app/ RUN gem install bundler -v 2.1.4 && \