Skip to content

Commit

Permalink
Delete ./backend/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
choidabom committed Sep 30, 2024
1 parent 6756bf0 commit c9d9e65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 78 deletions.
77 changes: 0 additions & 77 deletions backend/Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion backend/docker/docker-compose-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
codepair-backend:
build:
context: ../
context: ../../
environment:
DATABASE_URL: "mongodb://mongo:27017/codepair"
# Environment variables need to be passed to the container
Expand Down

0 comments on commit c9d9e65

Please sign in to comment.