add configurable redirect uri
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 35s
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 35s
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user