add configurable redirect uri
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 35s

This commit is contained in:
Lee
2024-06-28 03:05:36 +01:00
parent 2dc04394fe
commit bf6bd8080d
3 changed files with 8 additions and 4 deletions

View File

@ -19,5 +19,9 @@ WORKDIR /home/container
# Copy the built jar file from the builder stage
COPY --from=builder /home/container/target/Bat.jar .
# Export the port
ENV PORT=8080
EXPOSE $PORT
# Run the jar file
CMD java -jar Bat.jar -Djava.awt.headless=true