Skip to content

Commit

Permalink
fix dump import
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek authored and darconny committed Dec 1, 2021
1 parent 61a71b7 commit d503d8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docker/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ COPY . .
# fix line endings when running docker on windows
RUN dos2unix scripts/start.sh

ENTRYPOINT ["sh", "/opt/newsroom/scripts/start.sh"]
ENTRYPOINT ["bash", "/opt/newsroom/scripts/start.sh"]
CMD ["honcho", "start", "-p 5050"]
1 change: 0 additions & 1 deletion docker/server/scripts/start.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# set -e

cd /opt/newsroom/

Expand Down

0 comments on commit d503d8c

Please sign in to comment.