Skip to content

Commit

Permalink
Merge pull request #1353 from jxdv/remove-redundant-dockerfile-variables
Browse files Browse the repository at this point in the history
remove redundant docker environment variables
  • Loading branch information
yogeshojha authored Aug 4, 2024
2 parents 20543d8 + 9f8257b commit 2e0b243
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ RUN ARCH=$(dpkg --print-architecture) \
# Make directory for app
WORKDIR /usr/src/app

# Set environment variables
ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1

ENV GO111MODULE=on
RUN printf "\
github.com/jaeles-project/gospider@latest\n\
Expand Down Expand Up @@ -117,4 +113,4 @@ RUN python3 -m pip install --no-cache-dir fuzzywuzzy \
netaddr

# Copy source code
COPY . /usr/src/app/
COPY . /usr/src/app/

0 comments on commit 2e0b243

Please sign in to comment.