Skip to content

Commit

Permalink
added docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
vinay-k-swift-nav committed Mar 16, 2023
1 parent 6a01b4e commit 3a2fca0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ WORKDIR /
COPY . .

# Compile the C++ code and generate the executable
RUN g++ -o hellouniverse index.cpp
RUN g++ -o hellouniverse /app/index.cpp

# Set the entrypoint for the container
ENTRYPOINT ["/etc/bash"]
ENTRYPOINT ["/hellouniverse/app"]

File renamed without changes.
12 changes: 0 additions & 12 deletions index.html

This file was deleted.

0 comments on commit 3a2fca0

Please sign in to comment.