mirror of
https://github.com/Quackster/Havana.git
synced 2025-07-03 05:07:46 +00:00
Update Dockerfile-Server to stop copying everything
This commit is contained in:
parent
de5be74dbf
commit
0743296172
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,12 @@
|
||||||
FROM eclipse-temurin:17-jdk AS builder
|
FROM eclipse-temurin:17-jdk AS builder
|
||||||
|
|
||||||
WORKDIR /sources
|
WORKDIR /sources
|
||||||
COPY . /sources
|
COPY ./gradle /sources/gradle
|
||||||
|
COPY ./gradlew /sources
|
||||||
|
COPY ./figuredata.xml /sources
|
||||||
|
COPY ./tools/docker /sources/tools/docker
|
||||||
|
COPY ./Havana-Server/ /sources/Havana-Server
|
||||||
|
COPY ./settings.gradle /sources
|
||||||
|
|
||||||
RUN ./gradlew build
|
RUN ./gradlew build
|
||||||
RUN cd Havana-Server/build/distributions && tar xf Havana-Server.tar
|
RUN cd Havana-Server/build/distributions && tar xf Havana-Server.tar
|
||||||
|
|
Loading…
Add table
Reference in a new issue