mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-06 15:15:58 +00:00
Fix docker build
Currently these commands should be run in a single sbt session, since the first one sets the elm compilation mode to "prod". Makes the js a bit smaller removing debug infos.
This commit is contained in:
parent
b28cf74a72
commit
f7ffa10b07
@ -28,9 +28,7 @@ COPY . /src/docspell/
|
|||||||
|
|
||||||
#RUN SBT_OPTS="-Xms1024M -Xmx8G -Xss2M -XX:MaxMetaspaceSize=8G" && \
|
#RUN SBT_OPTS="-Xms1024M -Xmx8G -Xss2M -XX:MaxMetaspaceSize=8G" && \
|
||||||
WORKDIR /src/docspell
|
WORKDIR /src/docspell
|
||||||
RUN sbt -mem 4096 make
|
RUN sbt -mem 4096 make make-zip make-tools
|
||||||
RUN sbt -mem 4096 make-zip
|
|
||||||
RUN sbt -mem 4096 make-tools
|
|
||||||
#RUN SBT_OPTS= && \
|
#RUN SBT_OPTS= && \
|
||||||
|
|
||||||
RUN mkdir -p /opt
|
RUN mkdir -p /opt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user