generated from alecodes/base-template
feat: add sources form and table
This commit is contained in:
parent
e2a6c92322
commit
baf70e6820
11 changed files with 103 additions and 8 deletions
|
|
@ -6,7 +6,7 @@ COPY --from=lovasoa/sqlpage:latest /usr/local/bin/sqlpage /usr/local/bin/sqlpage
|
|||
WORKDIR /app
|
||||
|
||||
ENV SQLPAGE_WEB_ROOT=/app
|
||||
ENV SQLPAGE_CONFIGURATION_DIRECTORY=/etc/sqlpage
|
||||
ENV SQLPAGE_CONFIGURATION_DIRECTORY=/app/sqlpage
|
||||
|
||||
RUN addgroup --gid 1000 --system index_user && \
|
||||
adduser --uid 1000 --system --no-create-home --ingroup index_user index_user && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue