4aa46c2493
The server has been initially dockerfied. It can be built using `docker-compose build --no-cache` and using normal docker-compose up and downs BREAKING CHANGE: The server now runs inside a docker container
5 lines
184 B
Docker
5 lines
184 B
Docker
FROM postgres:alpine
|
|
# ADD scripts/1_init.sql /docker-entrypoint-initdb.d
|
|
# ADD scripts/2_copy.sql /docker-entrypoint-initdb.d
|
|
# RUN chmod a+r /docker-entrypoint-initdb.d/*
|
|
EXPOSE 6666 |