Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer authored Jun 23, 2024
1 parent fd62fd5 commit dc4d258
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ RUN mkdir /app
WORKDIR /app
ADD . /app/


RUN pip install -r requirements.txt

RUN useradd --create-home chucknorris
Expand All @@ -15,4 +14,4 @@ ENV LOG_SINK=WASURE

WORKDIR /app/src
ENV PYTHONPATH /app/src
CMD ["python", "/app/src/main.py"]
CMD ["python", "/app/src/main.py"]

0 comments on commit dc4d258

Please sign in to comment.