Migrations infra & working instance-control + commands
This commit is contained in:
@@ -29,7 +29,8 @@ WORKDIR /var/
|
||||
RUN chicken-install srfi-1 srfi-13 srfi-18 srfi-19 srfi-158 srfi-194 \
|
||||
sxml-transforms schematra \
|
||||
uri-common http-client medea intarweb \
|
||||
sql-null openssl postgresql crypto-tools
|
||||
sql-null openssl postgresql crypto-tools \
|
||||
hmac sha2 string-hexadecimal
|
||||
|
||||
WORKDIR /var
|
||||
RUN mkdir nassella
|
||||
@@ -55,6 +56,7 @@ COPY nassella-latest.tar nassella-latest.tar
|
||||
COPY root-key root-key
|
||||
COPY db-init.sql db-init.sql
|
||||
COPY db-clean.sql db-clean.sql
|
||||
COPY migrations/ migrations/
|
||||
|
||||
# ENTRYPOINT ["ls"]
|
||||
# CMD ["/usr/local/lib/chicken/11"]
|
||||
|
||||
Reference in New Issue
Block a user