Updated the correct dockerfile instead how about

This commit is contained in:
Kieran Eglin 2024-06-13 15:43:12 -07:00
parent 073771aee6
commit 1b32aafdab
No known key found for this signature in database
GPG key ID: 193984967FCF432D
3 changed files with 3 additions and 5 deletions

View file

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')" if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
env: env:
COMPOSE_FILE: ./docker/docker-compose.ci.yml COMPOSE_FILE: ./docker-compose.ci.yml
steps: steps:
- name: Checkout code - name: Checkout code

View file

@ -1,9 +1,8 @@
version: '3'
services: services:
phx: phx:
build: build:
context: . context: .
dockerfile: ./dev.Dockerfile dockerfile: ./docker/dev.Dockerfile
volumes: volumes:
- '.:/app' - '.:/app'
ports: ports:

View file

@ -1,9 +1,8 @@
version: '3'
services: services:
phx: phx:
build: build:
context: . context: .
dockerfile: ./docker/dev.Dockerfile dockerfile: ./dev.Dockerfile
environment: environment:
- MIX_ENV=test - MIX_ENV=test
volumes: volumes: