Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Adding back normal service startup
Browse files Browse the repository at this point in the history
  • Loading branch information
phutchins committed Sep 22, 2016
1 parent 3f3c7d0 commit 2f741a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN npm install --production
RUN npm link

# Start the app
#CMD [ "storj-audit-service" ]
CMD [ "storj-audit-service" ]

# Use for testing
CMD [ "/bin/sleep", "5000" ]
# CMD [ "/bin/sleep", "5000" ]

0 comments on commit 2f741a2

Please sign in to comment.