File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11FROM alpine:3.17 as builder
22
3- RUN apk add --no-cache python3 py3-pip libpq postgresql-client curl
3+ RUN apk add --no-cache python3 py3-pip libpq postgresql-client curl tzdata alpine-conf
44RUN adduser -D dbs
55
6+ RUN setup-timezone -z Europe/Bratislava
7+
68USER dbs
79
810WORKDIR /home/dbs
Original file line number Diff line number Diff line change @@ -69,7 +69,8 @@ docker run -p 127.0.0.1:8000:8000 --env NAME=Dexter --name dbs-python-example-co
6969```
7070
7171If the waiting time for a GitHub actions is too long, you can publish yours local build image
72- using [ docker push] ( https://docs.docker.com/engine/reference/commandline/push/ ) .
72+ using [ docker push] ( https://docs.docker.com/engine/reference/commandline/push/ ) . Keep in mind the tester accepts only
73+ images published inside the FIIT-Databases GitHub organisation.
7374
7475Firstly you have to tag your local image according to the scheme bellow (replace curly braces):
7576` ghcr.io/FIIT-Databases/{your-repository-name}:{tag-name} ` .
Original file line number Diff line number Diff line change 11uvicorn
22fastapi
33psycopg2-binary
4+ tzdata
You canβt perform that action at this time.
0 commit comments