Skip to content

Instantly share code, notes, and snippets.

View JohnyzHub's full-sized avatar
💭
Writing code

JOHNYBASHA SHAIK JohnyzHub

💭
Writing code
View GitHub Profile
@JohnyzHub
JohnyzHub / 1.DOCKERFILE
Last active January 29, 2020 04:51
docker-compose for jakartaee restful jpa web application
FROM payara/server-full
LABEL Description This is a basic web application
COPY target/petstoreapplication.war $DEPLOY_DIR