✨
This commit is contained in:
6
Assignment-3/Dockerfile
Normal file
6
Assignment-3/Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM jolielang/jolie:edge
|
||||
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
|
||||
CMD ["jolie", "main.ol"]
|
Reference in New Issue
Block a user