trying this now

This commit is contained in:
Amruth Pillai
2022-12-16 15:09:43 +01:00
parent 4ffe2a6330
commit f21e1caed1

View File

@ -1,7 +1,7 @@
image:
file: .gitpod.Dockerfile
tasks:
- name: Run a local PostgreSQL Database
command: docker run --name postgres -e POSTGRES_PASSWORD=postgres -d postgres
- name: Restore .env file, or create a new one
command: |
if [ -f .env ]; then