@ -6,5 +6,5 @@ RUN yarn install
COPY . .
EXPOSE 8080
EXPOSE 2020
CMD ["yarn", "serve"]
@ -1,5 +1,5 @@
export const API_URL =
process.env.NODE_ENV === "production"
? "https://tobedefined.io/api"
? "https://secret-ocean-88862.herokuapp.com/api"
: "http://localhost:2020/api";
export default API_URL;