Gmagl commited on
Commit
31de075
·
1 Parent(s): 5c3abeb

Fix permission denied for entrypoint.sh

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. entrypoint.sh +0 -0
Dockerfile CHANGED
@@ -33,5 +33,5 @@ ENV DATABASE_URL="file:/app/data/sofia.db"
33
  EXPOSE 3000
34
 
35
  # Use entrypoint to handle migrations/initialization
36
- ENTRYPOINT ["/app/entrypoint.sh"]
37
  CMD ["npm", "run", "start"]
 
33
  EXPOSE 3000
34
 
35
  # Use entrypoint to handle migrations/initialization
36
+ ENTRYPOINT ["sh", "/app/entrypoint.sh"]
37
  CMD ["npm", "run", "start"]
entrypoint.sh CHANGED
File without changes