Commit 36c5bb05 authored by Huihui, Jonathan's avatar Huihui, Jonathan
Browse files

changes

parent f0a1d0cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
build/
__pycache__/
*.egg-info/

.idea
.DS_Store
src/.DS_Store
# ignore backup files
+1 −1
Original line number Diff line number Diff line
FROM --platform=linux/amd64 python:3.9-slim
FROM --platform=linux/amd64 python:3.11-slim

RUN apt-get -yqq update && apt-get -yqq upgrade && \
      apt-get -yqq install vim && apt-get -yqq install postgresql-client
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ services:
      - ./test_envfile
    #command: ["sh", "-c", "pytest --cov=common /test/test.py"]
    #command: ["sh", "-c", "test-db-conn && pytest -v --cov=common /test/test.py"]
    command: ["python3", "/test/test.py"]
    command: ["sh", "-c", "test-db-conn && python3 /test/test.py"]
    #command: tail -f /dev/null
    depends_on:
      - postgres

sql/create_tables.sql

100644 → 100755
+0 −0

File mode changed from 100644 to 100755.

sql/fill_tables.sql

100644 → 100755
+0 −0

File mode changed from 100644 to 100755.

Loading