Skip to content

Commit

Permalink
Add custom api host
Browse files Browse the repository at this point in the history
  • Loading branch information
DocSystem committed Sep 2, 2023
1 parent 15eab3e commit a641e0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ ENV APPID=""
COPY package.json ./
RUN npm install

RUN echo "10.10.51.120 api.efreicraft.fr" >> /etc/hosts

COPY . .

EXPOSE 3000
Expand Down

0 comments on commit a641e0c

Please sign in to comment.