Move backend source to server/ subpackage

To clarify the organization.
This commit is contained in:
Valentin Tolmer
2021-08-31 16:46:31 +02:00
committed by nitnelave
parent 3eb53ba5bf
commit d8df47b35d
30 changed files with 93 additions and 88 deletions

View File

@@ -12,7 +12,7 @@ RUN set -x \
app
RUN set -x \
# Install required packages
&& apk add npm openssl-dev musl-dev
&& apk add npm openssl-dev musl-dev make perl
USER app
WORKDIR /app
RUN set -x \
@@ -21,7 +21,7 @@ RUN set -x \
&& npm install rollup
# Build
COPY --chown=app:app . /app
RUN cargo build --release
RUN cargo build --release -p lldap
# TODO: release mode.
RUN ./app/build.sh