Skip to content

Commit

Permalink
Cleanup 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Janson Bunce committed Feb 4, 2025
1 parent e74abd5 commit a47d403
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 5,888 deletions.
3 changes: 0 additions & 3 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ USER root

RUN apk update && apk upgrade && apk add g++ make py3-pip

##Create non root user
RUN useradd -m -u 504 xfd_api

WORKDIR /app
COPY ./package* ./

Expand Down
1 change: 0 additions & 1 deletion backend/Dockerfile.worker
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends && \
apt-get clean && rm -rf /var/lib/apt/lists/*

RUN apt-get update && apt-get install -y python3.10

# Install Python dependencies from worker and application
COPY worker/requirements.txt /app/worker/requirements.txt
Expand Down
13 changes: 0 additions & 13 deletions backend/db-init/01-initmdl.sql

This file was deleted.

Loading

0 comments on commit a47d403

Please sign in to comment.