Skip to content

Instantly share code, notes, and snippets.

@v1bh0r
Created September 27, 2021 04:25
Show Gist options
  • Save v1bh0r/c88c3b1c12959b692fc6dbc003921e34 to your computer and use it in GitHub Desktop.
Save v1bh0r/c88c3b1c12959b692fc6dbc003921e34 to your computer and use it in GitHub Desktop.
Dockerfile to develop Springboot application locally
FROM eclipse-temurin:11
RUN apt-get update && apt-get -y upgrade
RUN apt-get install -y inotify-tools dos2unix
ENV HOME=/app
RUN mkdir -p $HOME
WORKDIR $HOME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment