We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3054e35 commit fbd1b3dCopy full SHA for fbd1b3d
docker/Dockerfile
@@ -1,10 +1,10 @@
1
-FROM openjdk:21-slim as build-stage
+FROM openjdk:21-slim AS build-stage
2
3
# Compiles gumtree
4
COPY . /opt/gumtree
5
RUN /opt/gumtree/gradlew -p /opt/gumtree build
6
7
-FROM openjdk:21-slim as final-stage
+FROM openjdk:21-slim AS final-stage
8
9
# Copy gumtree-native distribution from build-stage.
10
COPY --from=build-stage /opt/gumtree/dist-minimal/build/install/gumtree/ /opt/gumtree
0 commit comments