Skip to content

Commit 1bb25e9

Browse files
committed
Updated docker configuration
Signed-off-by: Nicholas Tan Jerome <[email protected]>
1 parent 701cb12 commit 1bb25e9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# start by pulling the python image
22
FROM python:3.9-alpine
33

4-
EXPOSE 8888
4+
RUN apk add --update nodejs npm
5+
6+
EXPOSE 8888 2000
57

68
COPY . /tmp
79
WORKDIR /tmp

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
- Getting started
2+
3+
```bash
4+
$ git clone https://github.com/nicolaisi/msu.git
5+
```
6+
```bash
7+
$ git submodule update --init
8+
```
9+
110
- Local:
211
1. docker-compose build
312
2. docker-compose up

0 commit comments

Comments
 (0)