Initial commit of assignment for crossbeam

This commit is contained in:
2022-04-26 23:03:23 -04:00
parent 05e9399058
commit 867e71313e
5 changed files with 150 additions and 2 deletions

13
Dockerfile Normal file
View File

@@ -0,0 +1,13 @@
FROM node:latest
# Set working directoy
WORKDIR /usr/src/app
# Copy dependencies and install
RUN npm install -g sibilant
# Copy code
COPY crossbeam.lisp .
CMD sibilant -x -f crossbeam.lisp