Skip to content

Commit

Permalink
remove Docker configuration from the web project
Browse files Browse the repository at this point in the history
  • Loading branch information
chrimesdev committed Jan 15, 2025
1 parent 4cfe730 commit 7c8f8e1
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 114 deletions.
8 changes: 0 additions & 8 deletions web/.dockerignore

This file was deleted.

3 changes: 0 additions & 3 deletions web/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[{Dockerfile,Dockerfile.}*]
indent_size = 4
27 changes: 0 additions & 27 deletions web/Makefile

This file was deleted.

16 changes: 0 additions & 16 deletions web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,6 @@ User interface template for Screening services.

Built with [Next.js](https://nextjs.org/).

## Using Docker and Makefile

Development environment

```
make build-development
make start-development
```

Open [http://localhost:3001](http://localhost:3001).
Stop the development environment

```
make stop-development
```

## Running locally

Install the required dependencies using
Expand Down
52 changes: 0 additions & 52 deletions web/docker/development/Dockerfile

This file was deleted.

8 changes: 0 additions & 8 deletions web/docker/development/docker-compose.yml

This file was deleted.

0 comments on commit 7c8f8e1

Please sign in to comment.