Skip to content

Commit

Permalink
Fixed loading bug + updated timezone.
Browse files Browse the repository at this point in the history
  • Loading branch information
TeMPOraL committed Mar 5, 2015
1 parent 335428a commit 09d7e90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion alice.asd
Expand Up @@ -26,7 +26,7 @@
(:file "language")

(:module "core"
:components ((:file "trivial-event-loop.lisp")
:components ((:file "trivial-event-loop")
(:file "channel")
(:file "message")
(:file "person")
Expand Down
3 changes: 3 additions & 0 deletions docker/alice/Dockerfile
@@ -1,6 +1,9 @@
FROM temporal/quicksbcl
MAINTAINER Jacek Złydach <temporal.pl@gmail.com>

# Configure timezone and locale
RUN echo "Europe/Warsaw" > /etc/timezone; dpkg-reconfigure -f noninteractive tzdata

ADD ./startup.lisp /tmp/startup.lisp

CMD sbcl --load /tmp/startup.lisp
Expand Down

0 comments on commit 09d7e90

Please sign in to comment.