Skip to content

Commit

Permalink
🚿
Browse files Browse the repository at this point in the history
  • Loading branch information
siriscmv committed Oct 31, 2024
1 parent 1f5126e commit f350a57
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,5 @@ ENV FLASK_RUN_HOST=0.0.0.0
# Ensure output is not buffered (useful for logging in Docker)
ENV PYTHONUNBUFFERED=1

ENV BASE_FRONTEND_URL={BASE_FRONTEND_URL}
ENV MONGODB_HOST_STRING={MONGODB_HOST_STRING}

# Run the Flask server
CMD ["flask", "run"]
2 changes: 0 additions & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ RUN mkdir -p public/resume-templates && \
fi; \
done

ENV REACT_APP_BACKEND_BASE_URL={REACT_APP_BACKEND_BASE_URL}

# Build the React app for production
RUN pnpm build

Expand Down

0 comments on commit f350a57

Please sign in to comment.