Skip to content

Commit 4cf9a3e

Browse files
committed
Use absolute path in case WORKDIR is changed
1 parent cde4584 commit 4cf9a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ ENV PORT 8080
2727

2828
EXPOSE 8080
2929

30-
CMD puma -C config/puma.rb
30+
CMD puma -C /app/config/puma.rb

0 commit comments

Comments
 (0)