Skip to content

Commit

Permalink
[CHORE] Add line ends
Browse files Browse the repository at this point in the history
  • Loading branch information
iguanus committed Jun 8, 2024
1 parent adff743 commit c1c2369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

FROM ruby:3.1.2

# Install Node.js
Expand Down Expand Up @@ -34,4 +33,4 @@ EXPOSE 3000
EXPOSE 3035

# Run the app when the container launches
CMD ["foreman", "start", "-f", "Procfile.dev"]
CMD ["foreman", "start", "-f", "Procfile.dev"]
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ services:
- 3035:3035

volumes:
node_modules:
node_modules:

0 comments on commit c1c2369

Please sign in to comment.