Skip to content

Commit

Permalink
Merge pull request #99 from unb-mds/fix(#91)/Deploy-back-end-railway
Browse files Browse the repository at this point in the history
Fix(#91)/deploy back end railway
  • Loading branch information
Ana-Luiza-SC authored Feb 1, 2025
2 parents f5a83f5 + de0e0c2 commit 5480950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ RUN apt-get update && apt-get install -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

COPY server/requirements.txt /app/
COPY requirements.txt /app/

RUN pip install -r requirements.txt

COPY server/ /app/
COPY . /app/

EXPOSE 8000

Expand Down

0 comments on commit 5480950

Please sign in to comment.