Skip to content

Commit

Permalink
Merge pull request #18 from dbpedia/feature/15
Browse files Browse the repository at this point in the history
changes to dockerfile
  • Loading branch information
muskan-k authored Aug 3, 2023
2 parents 8efc246 + 4b2a541 commit 323cd4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Webhook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.7

WORKDIR /app
COPY . /app
COPY ../config.env /app/.env
COPY ./config.env /app/.env

RUN pip install virtualenv
RUN virtualenv venv && . venv/bin/activate
Expand Down

0 comments on commit 323cd4c

Please sign in to comment.