Skip to content

Commit

Permalink
updated docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
HauwaHakimi committed Feb 1, 2024
1 parent 566e087 commit d589ce7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ COPY . .
RUN bundle install
RUN npm install


# Expose both port 3000 and 8888
EXPOSE 3000 8888

# Run a shell
#CMD ["bundle", "exec", "rails", "server"]
Expand Down

0 comments on commit d589ce7

Please sign in to comment.