pmolchanov commited on
Commit
4a30127
·
verified ·
1 Parent(s): e52dd38

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -31,4 +31,6 @@ WORKDIR $HOME/app
31
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
32
  COPY --chown=user . $HOME/app
33
 
 
 
34
  CMD ["python3", "app.py"]
 
31
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
32
  COPY --chown=user . $HOME/app
33
 
34
+ RUN echo "Hello from Dockerfile!"
35
+
36
  CMD ["python3", "app.py"]