Creating public repository

This commit is contained in:
Mike Oliverio
2022-07-05 15:25:48 -04:00
parent 33c60ee0d0
commit 06fce09493
45 changed files with 2456 additions and 1 deletions

17
Dockerfile Normal file
View File

@@ -0,0 +1,17 @@
#
# Copyright (c) 2019-present Sonatype, Inc. All rights reserved.
# Includes the third-party code listed at http://links.sonatype.com/products/clm/attributions.
# "Sonatype" is a trademark of Sonatype, Inc.
#
# FROM docker-all.repo.sonatype.com/alpine:latest
# LABEL maintainer="operations-group@sontype.com"
# RUN apk update
# WORKDIR /app
# COPY ./src ./
# EXPOSE 8080
# CMD ["./runit"]