Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
fix: [build] removed wait-for-it.sh. fixes #157
Browse files Browse the repository at this point in the history
  • Loading branch information
bhrg3se committed Nov 7, 2020
1 parent dfe9e05 commit 2930bb6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build/docker/prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,4 @@ RUN update-ca-certificates
COPY --from=gobuilder /go/src/seknox/trasa/server/server .
COPY --from=dashbuilder /trasa/build /var/trasa/dashboard
COPY build/etc/trasa /etc/trasa
COPY build/docker/wait-for-it.sh .
RUN chmod +x wait-for-it.sh
CMD ["bash","/trasa/wait-for-it.sh","db:5432", "--","/trasa/server"]
CMD ["/trasa/server"]

0 comments on commit 2930bb6

Please sign in to comment.