Skip to content

Commit b93d233

Browse files
authored
Update Dockerfile
1 parent 735bc05 commit b93d233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/backend/prod/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV API_DB_PORT 5433
1616
ENV API_DB_USERNAME postgres
1717
ENV API_DB_PASSWORD postgres
1818
ENV API_DB_NAME postgres
19-
ENV FRONT_END_HOST http://localhost:8080
19+
ENV FRONT_END_HOST https://confident-mestorf-ab8ce9.netlify.app
2020

2121
WORKDIR /opt/react-ssr-api
2222
COPY dist/ /opt/react-ssr-api/

0 commit comments

Comments
 (0)