Created
September 27, 2021 04:25
-
-
Save v1bh0r/c88c3b1c12959b692fc6dbc003921e34 to your computer and use it in GitHub Desktop.
Dockerfile to develop Springboot application locally
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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