Skip to content

Commit

Permalink
Merge pull request #54 from mabel-dev/joocer-patch-1
Browse files Browse the repository at this point in the history
Update dockerfile
  • Loading branch information
joocer authored Jun 23, 2024
2 parents fd62fd5 + dc4d258 commit c1fba49
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 c1fba49

Please sign in to comment.