Initial commit of assignment for crossbeam
This commit is contained in:
13
Dockerfile
Normal file
13
Dockerfile
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user