Initial import
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM openjdk:17-jdk-alpine
|
||||
LABEL org.opencontainers.image.authors="john@devsoap.com"
|
||||
COPY dist/ /app/
|
||||
RUN chmod +x /app/bin/*
|
||||
WORKDIR /app
|
||||
ENTRYPOINT ["/app/bin/server"]
|
Reference in New Issue
Block a user