-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update echtvar * Add README and Dockerfile
- Loading branch information
Showing
9 changed files
with
51 additions
and
46 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# syntax=docker/dockerfile:1 | ||
FROM ubuntu:22.04 | ||
|
||
USER root | ||
|
||
RUN apt-get update && apt-get install -y procps sed && rm -rf /var/lib/apt/lists/* | ||
# install app | ||
COPY echtvar /usr/bin/echtvar | ||
|
||
# final configuration | ||
ENV FLASK_APP=echtvar |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
This docker was created with the following commands: | ||
|
||
```bash | ||
wget https://github.com/brentp/echtvar/releases/download/v0.2.0/echtvar | ||
chmod +x echtvar | ||
docker build . -t fellen31/echtvar:0.2.0 | ||
docker push fellen31/echtvar:0.2.0 | ||
``` |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# syntax=docker/dockerfile:1 | ||
FROM ubuntu:22.04 | ||
|
||
USER root | ||
|
||
RUN apt-get update && apt-get install -y procps sed && rm -rf /var/lib/apt/lists/* | ||
# install app | ||
COPY echtvar /usr/bin/echtvar | ||
|
||
# final configuration | ||
ENV FLASK_APP=echtvar |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
This docker was created with the following commands: | ||
|
||
```bash | ||
wget https://github.com/brentp/echtvar/releases/download/v0.2.0/echtvar | ||
chmod +x echtvar | ||
docker build . -t fellen31/echtvar:0.2.0 | ||
docker push fellen31/echtvar:0.2.0 | ||
``` |
This file contains 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
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.