adityasugandhi commited on
Commit
76451fb
1 Parent(s): c1f9e93
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN apt-get update && \
11
  apt-get install -y --no-install-recommends \
12
  python3-venv \
13
  && rm -rf /var/lib/apt/lists/*
14
-
15
  # Set up virtual environment
16
  RUN python3 -m venv $VIRTUAL_ENV
17
 
 
11
  apt-get install -y --no-install-recommends \
12
  python3-venv \
13
  && rm -rf /var/lib/apt/lists/*
14
+ EXPOSE 3000
15
  # Set up virtual environment
16
  RUN python3 -m venv $VIRTUAL_ENV
17