2022-07-05 15:25:48 -04:00

18 lines
395 B
Docker

#
# 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"]