add expose
This commit is contained in:
parent
990a67c080
commit
78ecc2a6bb
|
@ -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 && \
|
||||
|
|
Loading…
Reference in New Issue
Block a user