pls work
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 38s
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 38s
This commit is contained in:
@ -25,9 +25,5 @@ WORKDIR /home/container
|
||||
# Copy the built jar file from the builder stage
|
||||
COPY --from=builder /home/container/target/PIA-Servers.jar .
|
||||
|
||||
# Make port 80 available to the world outside this container
|
||||
EXPOSE 80
|
||||
ENV PORT=80
|
||||
|
||||
# Run the jar file
|
||||
CMD java -jar PIA-Servers.jar -Djava.awt.headless=true
|
Reference in New Issue
Block a user