Created
February 24, 2018 11:39
-
-
Save lmillucci/e341712b9fc503ae7de6fe1f6dee54a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM postgres:10.2-alpine | |
ENV POSTGRES_DB laravel_app | |
EXPOSE 5432 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment