Skip to content

Commit

Permalink
CR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
glaslos committed Nov 13, 2020
1 parent 7552878 commit bf5959e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Expand Up @@ -8,9 +8,7 @@ RUN apt-get update && apt-get install -y \
# Copy the app from the host folder (probably a cloned repo) to the container
RUN adduser --disabled-password --gecos "" conpot

RUN mkdir /opt/conpot
COPY . /opt/conpot/
RUN chown conpot:conpot -R /opt/conpot
COPY --chown=conpot:conpot . /opt/conpot/

# Install Conpot
USER conpot
Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation/quick_install.rst
Expand Up @@ -28,7 +28,7 @@ Build from source and run with docker-compose
1. Install `docker-compose`_
2. Clone this repo with
``git clone https://github.com/mushorg/conpot.git`` and
``cd conpot/docker``
``cd conpot``
3. Build the image with ``docker-compose build``
4. Test if everything is running correctly with ``docker-compose up``
5. Permanently run as a daemon with ``docker-compose up -d``
Expand Down

0 comments on commit bf5959e

Please sign in to comment.