Dockerfile update
This commit is contained in:
@@ -21,7 +21,7 @@ RUN npm install
|
||||
# Copies everything over to Docker environment
|
||||
COPY . .
|
||||
|
||||
ENV REACT_APP_API_URL="http://backend.signlanguagetool.secureservers.be"
|
||||
ENV REACT_APP_API_URL="https://backend.signlanguagetool.secureservers.be"
|
||||
|
||||
|
||||
# Build for production.
|
||||
|
||||
Reference in New Issue
Block a user