Skip to content

Commit

Permalink
improve a bit more with design and usablility
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Werner committed Nov 11, 2023
1 parent da6012f commit 8762c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apt-get purge -y --auto-remove gcc
RUN apt install
# Copy the current directory contents into the container at /app
ADD . /app/
RUN apt install sqlite3
RUN apt install -y sqlite3


ENV PYTHONIOENCODING=utf-8
Expand Down

0 comments on commit 8762c58

Please sign in to comment.