Skip to content

Commit

Permalink
add copying of application code back into dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dancoates committed Oct 28, 2024
1 parent 4305682 commit 7a13c7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ RUN pip install --no-cache-dir --no-deps -r requirements.txt

# Copy the application code
COPY api api
COPY models models/
COPY db db/


# Change ownership of the application directory to the non-root user
RUN chown -R appuser:appuser /app/sample_metadata/
Expand Down

0 comments on commit 7a13c7a

Please sign in to comment.