Skip to content

Commit d260b9f

Browse files
committed
- Change to dockerfile
1 parent 43d83fa commit d260b9f

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Dockerfile

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ FROM mhart/alpine-node:10
99
RUN apk add --no-cache make gcc g++ python
1010

1111
ENV http_port=5001
12-
ENV rasa_endpoint "http://10.211.55.8:5005"
12+
ENV rasa_endpoint "http://localhost:5005"
1313
ENV jwtsecret "mysecret"
1414
ENV loglevel "info"
1515
ENV admin_username "admin"
1616
ENV admin_password "admin"
17-
ENV db_schema "3.0.0"
17+
ENV db_schema "3.0.1"
1818

1919
WORKDIR /opt/rasaui
2020

@@ -24,12 +24,6 @@ COPY ./package*.json ./
2424
COPY ./server ./server
2525
COPY ./web ./web
2626

27-
28-
#RUN addgroup -S rasaui \
29-
# && adduser -G rasaui -S rasaui \
30-
# && chown -R rasaui:rasaui .
31-
3227
EXPOSE ${http_port}
33-
#USER rasaui
3428

3529
ENTRYPOINT sh -c "hostname -i; npm start"

0 commit comments

Comments
 (0)