Skip to content

Commit 53d0e10

Browse files
committed
Move alembic directory to inside npps4.
1 parent 28d10a5 commit 53d0e10

22 files changed

+1
-2
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ ARG PRIVATE_KEY_FILE=default_server_key.pem
1818
COPY ${PRIVATE_KEY_FILE} default_server_key.pem
1919
COPY ./beatmaps beatmaps
2020
COPY ./external external
21-
COPY ./alembic alembic
2221
COPY ./alembic.ini alembic.ini
2322
COPY ./LICENSE.md LICENSE.md
2423
COPY ./static static

alembic.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[alembic]
44
# path to migration scripts
5-
script_location = alembic
5+
script_location = npps4/alembic
66

77
# template used to generate migration file names; The default value is %%(rev)s_%%(slug)s
88
# Uncomment the line below if you want the files to be prepended with date and time
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)