-
Notifications
You must be signed in to change notification settings - Fork 508
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update gems and refactor server and worker scripts.
- Loading branch information
1 parent
50ee4db
commit e1b3564
Showing
14 changed files
with
155 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,9 +30,7 @@ COPY . /usr/src/api | |
RUN RAILS_ENV=production bundle && \ | ||
./scripts/prod-gen-api-docs | ||
|
||
CMD rm -f tmp/pids/server.pid && \ | ||
rails db:create db:migrate db:seed && \ | ||
rails s -b 0.0.0.0 | ||
CMD ["./scripts/run-server"] | ||
|
||
LABEL maintainer="Herman Zvonimir Došilović, [email protected]" | ||
LABEL version="1.1.5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.