Remove debugging cruft from container

This commit is contained in:
Lukáš Kucharczyk 2023-10-09 20:56:13 +02:00
parent 693e1b1cd3
commit 2cbe10a983
1 changed files with 0 additions and 7 deletions

View File

@ -10,13 +10,6 @@ ENV VERSION_NUMBER 1.1.0
ENV PROD 1
ENV PYTHONUNBUFFERED=1
RUN apt update && \
apt install -y \
bash \
vim \
curl && \
rm -rf /var/lib/apt/lists/*
RUN useradd -m --uid 1000 timetracker
WORKDIR /home/timetracker/app
COPY . /home/timetracker/app/