Skip to content

Instantly share code, notes, and snippets.

@thiennn
Last active January 4, 2017 02:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thiennn/ec06d179a6a465c41ff84255fc430a96 to your computer and use it in GitHub Desktop.
Save thiennn/ec06d179a6a465c41ff84255fc430a96 to your computer and use it in GitHub Desktop.
a shell script for simplcommerce-first-Dockerfile
#!/bin/bash
set -e
cd /app/src/SimplCommerce.WebHost && dotnet ef database update
psql --username postgres -d simplcommerce -a -f /app/src/Database/StaticData_Postgres.sql
cd /app/src/SimplCommerce.WebHost && dotnet run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment