Skip to content

Commit

Permalink
dockerfile changes - add app volume - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Silva committed Apr 18, 2024
1 parent 752aec0 commit c033bbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ WORKDIR /app
COPY . .

RUN pip install --no-cache-dir -r requirements.txt && \
ln -s /destination /app/engine/static && \
ln -s /destination /app/engine/static
# ln -s /destination /app/engine/static && \
# mv /app/data /data && \
# ln -s /data /app

Expand Down

0 comments on commit c033bbe

Please sign in to comment.