Skip to content

Commit a7dc858

Browse files
- FIX: Fix build errors.
1 parent d0ca9b0 commit a7dc858

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN apk add --no-cache openjdk21 && \
2525
wget https://dlcdn.apache.org//ant/binaries/apache-ant-1.10.15-bin.zip -P /tmp/ && \
2626
unzip /tmp/apache-ant-1.10.15-bin.zip -d /opt/ && \
2727
echo "project.dist=../client/dist" > /opt/fab/server/build.properties && \
28+
echo "tomcat.manager.app=fab" >> /opt/fab/server/build.properties && \
2829
mkdir /opt/fab/server/classes && \
2930
/opt/apache-ant-1.10.15/bin/ant -f /opt/fab/server/build.xml war
3031

0 commit comments

Comments
 (0)