Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Julien Delavande
commited on
Commit
·
aaecac2
1
Parent(s):
56ebd0f
include_db=true
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -80,7 +80,7 @@ USER user
|
|
| 80 |
FROM local_db_${INCLUDE_DB} AS final
|
| 81 |
|
| 82 |
# build arg to determine if the database should be included
|
| 83 |
-
ARG INCLUDE_DB=
|
| 84 |
ENV INCLUDE_DB=${INCLUDE_DB}
|
| 85 |
|
| 86 |
# svelte requires APP_BASE at build time so it must be passed as a build arg
|
|
|
|
| 80 |
FROM local_db_${INCLUDE_DB} AS final
|
| 81 |
|
| 82 |
# build arg to determine if the database should be included
|
| 83 |
+
ARG INCLUDE_DB=true
|
| 84 |
ENV INCLUDE_DB=${INCLUDE_DB}
|
| 85 |
|
| 86 |
# svelte requires APP_BASE at build time so it must be passed as a build arg
|