Skip to content

Commit 2b8dd73

Browse files
committed
refactor: moves file inside flak-app at top level of directory
1 parent b35e652 commit 2b8dd73

22 files changed

+2
-14
lines changed
File renamed without changes.

dependbot.yml .github/dependbot.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
version: 2
77
updates:
88
- package-ecosystem: "pip" # See documentation for possible values
9-
directory: "/dual-app" # Location of package manifests
9+
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "daily"
1212

1313
- package-ecosystem: "docker"
1414
# Look for a `Dockerfile` in the `root` directory
15-
directory: "/dual-app"
15+
directory: "/"
1616
# Check for updates once a week
1717
schedule:
1818
interval: "weekly"

dual-app/Dockerfile Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,4 @@ RUN pip3 install -r requirements.txt
1212
RUN mkdir code
1313
RUN cd code
1414

15-
COPY . .
16-
1715
EXPOSE 5500
File renamed without changes.

dual-app/__init__.py

-1
This file was deleted.

dual-app/readfile.py

-9
This file was deleted.
File renamed without changes.

dual-app/run.py run.py

File renamed without changes.
File renamed without changes.

dual-app/src/core.py src/core.py

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

dual-app/src/views.py src/views.py

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)