add expose

This commit is contained in:
sam 2022-05-14 20:43:54 +04:30
parent 990a67c080
commit 78ecc2a6bb

View File

@ -13,6 +13,8 @@ RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
RUN mkdir /app RUN mkdir /app
WORKDIR /app WORKDIR /app
EXPOSE 3000
COPY Gemfile* package.json yarn.lock /app/ COPY Gemfile* package.json yarn.lock /app/
RUN gem install bundler -v 2.1.4 && \ RUN gem install bundler -v 2.1.4 && \