Skip to content

shitty docker image to build Scala apps on a smaller image

Notifications You must be signed in to change notification settings

Sparkles-Laurel/scala-on-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

scala-on-alpine

An actually decent Scala image based on Alpine that is still huge because of Scala

why?

how to use

FROM ghcr.io/sparkles-laurel/scala-on-alpine:0.1.1

RUN apk update && apk upgrade

# Set the working directory
WORKDIR /app

# Copy the project files
COPY . /app

# Run sbt to download dependencies and compile the project
RUN sbt --verbose update && sbt --verbose compile

CMD ["sbt", "run"]

About

shitty docker image to build Scala apps on a smaller image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages