Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofran12 authored Jan 29, 2021
1 parent 8ea0752 commit 3b680fb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# set base image
FROM python:3.9.1

# create logs folder and file
RUN mkdir /var/log/hpimdm/
RUN touch /var/log/hpimdm/stdout0

# install hpim-dm
RUN pip3 install hpim-dm

# container will tail logs file
CMD hpim-dm -v

0 comments on commit 3b680fb

Please sign in to comment.